mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 07:32:41 +00:00
Change default port assignment from 8000 to 8001 in config.json and FreeBSD service config
7 lines
148 B
JSON
7 lines
148 B
JSON
{
|
|
"host" : "homebrewery.local.naturalcrit.com:8000",
|
|
"naturalcrit_url" : "local.naturalcrit.com:8010",
|
|
"secret" : "secret",
|
|
"web_port" : 8000
|
|
}
|