WIP on web UI: added nav, routing, basic page skeletons.

This commit is contained in:
2019-02-25 00:24:51 -06:00
parent 7f93ca90da
commit 0d0b4a945a
24 changed files with 279 additions and 73 deletions

View File

@@ -1,7 +1,7 @@
{
"authSecret":"change me",
"authSecret":"bifekHuffIs3",
"dbConnString":"host=localhost port=5500 dbname=personal_measure user=postgres password=password",
"debug":true,
"port":8080,
"port":8081,
"pwdCost":11
}