From 9fec9b345a9b842610558e0f0cdeab1cd427e98f Mon Sep 17 00:00:00 2001 From: Ari Timonen Date: Sat, 21 Nov 2020 00:16:35 +0200 Subject: [PATCH] Env file update --- .env | 2 +- bin/script/entry.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index b84fb0d..c992a42 100644 --- a/.env +++ b/.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 diff --git a/bin/script/entry.sh b/bin/script/entry.sh index c62b76a..34be394 100755 --- a/bin/script/entry.sh +++ b/bin/script/entry.sh @@ -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