ruscomap/config/renamethisin_default.json

13 lines
No EOL
239 B
JSON

{
"app": {
"port": "3000",
"upload": "uploads/"
},
"db": {
"host": "localhost",
"user": "ruser",
"database": "ruscodb",
"password": "password",
"table": "markers"
},
}