Skip to content

Commit

Permalink
fix RDS_BACKEND_SECRET_KEY field name change
Browse files Browse the repository at this point in the history
  • Loading branch information
pallab committed Oct 14, 2023
1 parent 62ffbdc commit 19b3ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DJANGO_ENV=DEVELOPMENT
PORT=5000
SECRET_KEY='SECRET_KEY'
REST_KEY=123456789
RDS_BACKEND_SECRET_KEY=123456789
AUTH_TOKEN_INVALIDATION_TIME_IN_SECONDS=2592000

POSTGRES_PASSWORD='goals-password'
Expand Down

0 comments on commit 19b3ba0

Please sign in to comment.