diff --git a/.env.development b/.env.development index 2972ec8c..2940eef6 100644 --- a/.env.development +++ b/.env.development @@ -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