blob: b6284b3017eac51142a99d250895681c9b845b98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
System MongoDB
==============
If you want using the system-mongodb systemd service instead of the started
mongodb from the unifi service please add to
"var/lib/unifi/data/system.properties" the following properties:
db.mongo.local=false
db.mongo.uri=mongodb\://127.0.0.1\:27017/ace
statdb.mongo.uri=mongodb\://127.0.0.1\:27017/ace_stat
unifi.db.name=ace
|