Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Allow env dev secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelhwilliams committed Dec 2, 2024
1 parent c47bdbb commit ec22e92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ FLASK_RUN_PORT=5000
FLASK_RUN_HOST=localhost

# Below credentials belongs to local development server. Do not commit any external services credentials
# pragma: allowlist nextline secret
DATABASE_URL=postgresql://postgres:password@localhost:5432/assessment_store
APPLICATION_STORE_API_HOST=http://localhost:3002
AWS_ACCESS_KEY_ID=FSDIOSFODNN7EXAMPLE
# pragma: allowlist nextline secret
AWS_SECRET_ACCESS_KEY=fsdlrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
AWS_ENDPOINT_OVERRIDE=http://localhost:4566
AWS_REGION=eu-west-2
Expand Down

0 comments on commit ec22e92

Please sign in to comment.