set port from .env if specified
This commit is contained in:
@@ -84,7 +84,7 @@ private ######################################################################
|
||||
end
|
||||
|
||||
def base_port
|
||||
options[:port] || 5000
|
||||
options[:port] || environment["PORT"] || 5000
|
||||
end
|
||||
|
||||
def kill_all(signal="SIGTERM")
|
||||
|
||||
Reference in New Issue
Block a user