Beginning implementation of the planned API endpoints.
This commit is contained in:
7
api/personal_measure_api.config.json
Normal file
7
api/personal_measure_api.config.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"authSecret":"change me",
|
||||
"dbConnString":"host=localhost port=5500 dbname=personal_measure user=postgres password=password",
|
||||
"debug":true,
|
||||
"port":8080,
|
||||
"pwdCost":11
|
||||
}
|
||||
Reference in New Issue
Block a user