personal-measure/api/personal_measure_api.config.json

8 lines
179 B
JSON

{
"authSecret":"change me",
"dbConnString":"host=localhost port=5500 dbname=personal_measure user=postgres password=password",
"debug":true,
"port":8080,
"pwdCost":11
}