We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7157b8f commit 145768fCopy full SHA for 145768f
deployment-examples/docker-compose/.env.sample
@@ -2,8 +2,9 @@ DATABASE_URL=postgresql://catalogi:pg_password@postgres:5432/db
2
# note it is note in DATABASE_URL the host is 'postgres', matching the container name in docker-compose.yml
3
API_PORT=3084
4
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
+
+OIDC_ISSUER_URI=https://auth.code.gouv.fr/auth/realms/codegouv
7
+OIDC_CLIENT_ID=sill
8
9
VITE_HEAD="
10
<title>Catalogi - Deployment exemple</title>
0 commit comments