Beginning implementation of the planned API endpoints.

This commit is contained in:
2019-02-19 02:50:07 -06:00
parent a16ef81077
commit e3450d5f8f
6 changed files with 130 additions and 31 deletions

View 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
}