26 Sep
2014
26 Sep
'14
5:02 p.m.
On 9/26/2014 10:12, Lutz Gehlen wrote:
On Friday 26.09.2014 17:21:43 Warren Young wrote:
Therefore, set the port number in either config.yml or in environment/production.yml, depending on whether that port is always used or only used for production mode.
I agree that would take care of the port switch. Still the application would switch from production to development,
Not if config.yml also has: environment: "production" Basically, config.yml entirely takes over the role of your command line parameters.