Split off app into own file

This commit is contained in:
Scott Tolksdorf
2017-01-22 12:47:33 -05:00
parent 66ca09b36d
commit 174c2973f7
8 changed files with 71 additions and 76 deletions
+2 -1
View File
@@ -2,5 +2,6 @@
"host" : "localhost:8000",
"login_path" : "localhost:8000/dev_login",
"secret" : "secretsecret",
"admin_key" : "adminadmin"
"admin_key" : "adminadmin",
"log_level" : "info"
}