mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
Put back application example file as it was
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user