mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 07:02:38 +00:00
Add config items
Add config items and default values: - web_port (8001) - environment (local)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"host" : "homebrewery.local.naturalcrit.com:8000",
|
||||
"naturalcrit_url" : "local.naturalcrit.com:8010",
|
||||
"secret" : "secret"
|
||||
}
|
||||
"secret" : "secret",
|
||||
"web_port" : 8001,
|
||||
"environment" : "local"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user