From: Lorin Hochstein Date: Tue, 10 Feb 2015 00:36:02 +0000 (-0500) Subject: not using .env file X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=c7fad4f9aa2c827c1654c50c755de377db45c66c;p=ansiblebook.git not using .env file --- diff --git a/ch13/playbooks/mezzanine.env b/ch13/playbooks/mezzanine.env deleted file mode 100644 index dc187f6..0000000 --- a/ch13/playbooks/mezzanine.env +++ /dev/null @@ -1,9 +0,0 @@ -SECRET_KEY=randomsecretkey -NEVERCACHE_KEY=randomnevercachekey -ALLOWED_HOSTS="*" -DATABASE_NAME=mezzanine -DATABASE_USER=mezzanine -DATABASE_PASSWORD=password -DATABASE_HOST=172.17.0.42 -DATABASE_PORT=5432 -GUNICORN_PORT=8000