Put back application example file as it was

This commit is contained in:
François Turbelin
2019-06-25 17:59:37 +02:00
parent 84389d1392
commit 2dcced8810
2 changed files with 1 additions and 65 deletions

View File

@@ -43,7 +43,7 @@ npm install
# Set up configurable environment variables
if [ ! -f config/application.yml ]; then
cp config/application.example.yml config/application.yml
cp config/application.yml.example config/application.yml
printf "${YELLOW}Copied config/application.yml Make sure to fill it with the appropriate configuration values.\n\n${NO_COLOR}"
fi