api/config/development.json
{
"db": {
"type": "postgres",
"host": "localhost",
"port": 5432,
"username": "landgriffon",
"password": "",
"database": "landgriffon",
"logging": [
"query",
"error",
"schema",
"info",
"log"
]
},
"tiler": {
"host": "localhost",
"port": 4000
},
"auth": {
"requireUserAccountActivation": false,
"jwt": {
"expiresIn": "30 days",
"secret": "myVeryBadJWTSecretForTests"
}
},
"map": {
"distributed": true
},
"newMethodology": "false"
}