watchdog icon indicating copy to clipboard operation
watchdog copied to clipboard

Default to development environment for server

Open TimvdLippe opened this issue 7 years ago • 0 comments

When running ./start_server.sh for the server/, the default environment is production. To make sure we do not accidentally override any sensitive data, it is better to default to the development environment (export RACK_ENV=development) instead of production

TimvdLippe avatar May 01 '18 14:05 TimvdLippe