Remove .env and adjust entrypoint

.env is no longer needed since env variables are in Dockerfile now
This commit is contained in:
Dustin Pianalto 2019-12-23 21:42:17 -09:00
parent 0fab3b5a2b
commit d50c207ec4
2 changed files with 0 additions and 12 deletions

10
.env
View File

@ -1,10 +0,0 @@
REDIS_DB=0
REDIS_HOST=ip-10-0-0-4.ec2.internal
REDIS_PORT=6379
REDIS_PASSWORD=EUZ9QWkaFhMM
USE_DOCKER=yes
DISCORD_DEFAULT_PREFIX=g$
PYTHONPATH=/code:$PYTHONPATH

View File

@ -4,8 +4,6 @@ set -o errexit
set -o pipefail set -o pipefail
set -o nounset set -o nounset
source .env
# Check Redis is up # Check Redis is up
# Check Web API is up with simple curl of hostcheck # Check Web API is up with simple curl of hostcheck