Skip to content

Commit

Permalink
Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybenoy committed Nov 28, 2023
1 parent 200705f commit 36b01cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env-copy
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WORKERS_COUNT=1
REDIS_VERSION=latest
POSTGRES_VERSION=latest
MINIO_VERSION=latest
MINIO_PORT=9000
MINIO_SERVER_PORT=9001

# Project Environment Variables
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
Expand All @@ -23,3 +23,4 @@ S3_ACCESS_KEY=rootpassword
S3_BUCKET=test
RQ_QUEUE=default
LOG_LEVEL=DEBUG
LOG_PATH=/var/log/webapp

0 comments on commit 36b01cf

Please sign in to comment.