Skip to content

Commit

Permalink
Adding .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
Rmarieta committed Mar 4, 2024
1 parent 39e2b8d commit 439a5e0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Fill with your own PostgreSQL settings and save it in an .env file
# for db & flask containers
RDS_USERNAME=testusername
RDS_PASSWORD=testpassword
RDS_DB_NAME=testdb

# RDS_HOSTNAME name of the db container service in the docker-compose
RDS_HOSTNAME=db
RDS_PORT=5432

SECRET_KEY=test-secret-key-123456789!?
REDIS_MESSAGE_QUEUE_URL=redis://redis

0 comments on commit 439a5e0

Please sign in to comment.