mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-25 03:50:53 +00:00
Env file update
This commit is contained in:
parent
3dcd4f374f
commit
9fec9b345a
2 changed files with 2 additions and 2 deletions
2
.env
2
.env
|
@ -1,5 +1,5 @@
|
|||
# Read https://github.com/bkeepers/dotenv
|
||||
# This is the base file
|
||||
# This is the base file that has lowest priority
|
||||
|
||||
# Change this depending where you are
|
||||
RACK_ENV=production
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
cd $APP_PATH
|
||||
|
||||
source script/env.sh .env .env.$RAILS_ENV .env.$RAILS_ENV.local .env.local
|
||||
source script/env.sh .env .env.$RAILS_ENV .env.local .env.$RAILS_ENV.local
|
||||
|
||||
# Create dirs
|
||||
mkdir -p tmp/pids tmp/sockets tmp/sessions tmp/cache log
|
||||
|
|
Loading…
Reference in a new issue