api/config/test.json
{
"client": {
"url": "fake",
"port": 3001
},
"db": {
"type": "postgres",
"host": "localhost",
"port": 5432,
"username": "landgriffon",
"password": "",
"database": "landgriffon_test",
"logging": false,
"cacheEnabled": false
},
"tiler": {
"host": "localhost",
"port": 4000
},
"server": {
"loggerLevel": [
"error",
"warn"
]
},
"auth": {
"requireUserAccountActivation": true,
"jwt": {
"expiresIn": "1d",
"secret": "myVeryBadJWTSecretForTests",
"accountActivationSecret": "mySecretForAccountActivation",
"passwordRecoverySecret": "mySecretForPasswordReset"
}
},
"geolocation": {
"gmapsApiKey": "myVeryBadJWTSecretForTests"
},
"newMethodology": "false",
"geocodingCache": {
"store": "memory"
},
"queue": {
"enabled": false
},
"notifications": {
"email": {
"sendGridApiKey": "SG.forSomeReasonSendGridApiKeysNeedToStartWithSG."
}
},
"eudr": {
"apiKey": null,
"baseUrl": "null",
"credentials": null,
"dataset": "test_dataset"
}
}