Skip to content

Commit

Permalink
Document DATABASE_URL env var for user and password on .env
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehenry committed Oct 14, 2024
1 parent 9145ef0 commit 2ffef2e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ SSL=1
TEST="Everything is awesome"
APP_SECRET=this-is-a-very-secret-value

DATABASE_URL=postgres://localhost:5432/aidants_connect
# Use this for password-protected development DB
# DATABASE_URL=postgres://user:password@localhost:5432/aidants_connect
# Replace `<user>` and `<password>` on password-protected DB
DATABASE_URL=postgres://<user>:<password>@localhost:5432/aidants_connect

# These envars come from the public FranceConnect documentation : https://partenaires.franceconnect.gouv.fr/fcp/fournisseur-service
FC_AS_FS_BASE_URL=https://fcp.integ01.dev-franceconnect.fr/api/v1
Expand Down

0 comments on commit 2ffef2e

Please sign in to comment.