Skip to content

Commit 145768f

Browse files
committed
fix: improve sample for docker-compose example
1 parent 7157b8f commit 145768f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deployment-examples/docker-compose/.env.sample

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ DATABASE_URL=postgresql://catalogi:pg_password@postgres:5432/db
22
# note it is note in DATABASE_URL the host is 'postgres', matching the container name in docker-compose.yml
33
API_PORT=3084
44
EXTERNAL_SOFTWARE_DATA_ORIGIN=wikidata
5-
README_URL=https://git.sr.ht/~codegouvfr/logiciels-libres/blob/main/sill.md
6-
TERMS_OF_SERVICE_URL=https://code.gouv.fr/sill/tos_fr.md
5+
6+
OIDC_ISSUER_URI=https://auth.code.gouv.fr/auth/realms/codegouv
7+
OIDC_CLIENT_ID=sill
78

89
VITE_HEAD="
910
<title>Catalogi - Deployment exemple</title>

0 commit comments

Comments
 (0)