personal-measure/api/personal_measure.config.json
2019-02-18 17:53:08 -06:00

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
}