diff options
Diffstat (limited to 'net-mgmt/unifi8/files/pkg-message.extdb.in')
-rw-r--r-- | net-mgmt/unifi8/files/pkg-message.extdb.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net-mgmt/unifi8/files/pkg-message.extdb.in b/net-mgmt/unifi8/files/pkg-message.extdb.in deleted file mode 100644 index 945b333966c7..000000000000 --- a/net-mgmt/unifi8/files/pkg-message.extdb.in +++ /dev/null @@ -1,19 +0,0 @@ -[ -{ type: install - message: <<EOM -In order to use the external MongoDB server, put the following lines -into %%JAVASHAREDIR%%/unifi/data/system.properties file: - -db.mongo.local=false -db.mongo.uri=mongodb://ubnt:password@IP_ADDRESS:PORT/unifi-test -statdb.mongo.uri=mongodb://ubnt:password@IP_ADDRESS:PORT/unifi-test_stat -unifi.db.name=unifi-test - -Adjust username, password, IP_ADDRESS, PORT and database name -according to your needs. - -For more information see: -https://community.ui.com/questions/External-MongoDB-Server/d311a8f8-43b6-4aeb-859d-eefec9dc1bbc -EOM -} -] |