mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-29 00:22:47 +00:00
Remove hanging comma in config.json
Change default port assignment from 8000 to 8001 in config.json and FreeBSD service config
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
"host" : "homebrewery.local.naturalcrit.com:8000",
|
||||
"naturalcrit_url" : "local.naturalcrit.com:8010",
|
||||
"secret" : "secret",
|
||||
"web_port" : 8001,
|
||||
"web_port" : 8000
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ pidfile="/var/run/${program_name}.pid" # File that allows the system to keep
|
||||
# Env Setup
|
||||
export HOME=$( getent passwd "homebrewery_runAs" | cut -d: -f6 ) # Gets the home directory of the runAs user
|
||||
export NODE_ENV="local"
|
||||
export PORT=8001
|
||||
export PORT=8000
|
||||
|
||||
# Command Setup
|
||||
exec_cmd="${location}/${program_name}/server.js" # Path to the HomeBrewery server.js, /usr/local/bin/ when installed globally
|
||||
|
||||
Reference in New Issue
Block a user