mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 13:02:45 +00:00
Cleaned up the admin routes
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"host" : "localhost:8000",
|
||||
"login_path" : "localhost:8000/dev_login",
|
||||
"secret" : "secretsecret",
|
||||
"admin_key" : "adminadmin",
|
||||
"log_level" : "info"
|
||||
"log_level" : "info",
|
||||
"login_path" : "/dev/login",
|
||||
"jwt_secret" : "secretsecret",
|
||||
"admin" : {
|
||||
"user" : "admin",
|
||||
"pass" : "password",
|
||||
"key" : "adminadminadmin"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user