Adding in env configs and aextra protection on dev routes

This commit is contained in:
Scott Tolksdorf
2017-01-22 12:49:22 -05:00
parent d77fa0a3dc
commit 0d0f0d8eb0
3 changed files with 10 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"login_path" : "http://naturalcrit.com/login",
"log_level" : "warn"
}
+4
View File
@@ -0,0 +1,4 @@
{
"login_path" : "http://staging.naturalcrit.com/login",
"log_level" : "trace"
}