Revert "Updating instructions to match reality"
Example of a working config file:
{
"url": "http://localhost:4567",
"secret": "c6e41882-ac49-4977-a712-312e47eb0fa4",
"database": "mongo",
"port": "4567",
"mongo": {
"host": "172.17.0.2",
"port": 27017
},
"test_database": {
"host": "172.17.0.2",
"port": "27017",
"password": "",
"database": "1"
}
}
This reverts commit 65848d1a76
.
v1.18.x
parent
b3da9f74b0
commit
1a77b18a82
Loading…
Reference in New Issue