Skip to content

Commit

Permalink
Add doc for .env.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermau committed Dec 11, 2024
1 parent e4cdbd5 commit db3c7d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployments/docker-compose-example/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ [email protected]

DATABASE_URL=postgresql://sill:pg_password@localhost:5432/sill

# Theses variables are used by docker-compose files to create the Postgres docker
POSTGRES_DB=sill
POSTGRES_USER=sill
POSTGRES_PASSWORD=pg_password

# this is only for the script load-git-repo-in-pg.ts, not needed for api any more
SILL_DATA_REPO_SSH_URL=[email protected]:codegouvfr/sill-data-test.git
SILL_SSH_NAME=id_ed25519
Expand Down

0 comments on commit db3c7d0

Please sign in to comment.