Skip to content

Commit 068fab8

Browse files
committed
refactor: improve keycloak local config, and docker-compose.resources.yml
1 parent e1c0acb commit 068fab8

File tree

4 files changed

+777
-514
lines changed

4 files changed

+777
-514
lines changed

.env.sample

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
DATABASE_URL=postgresql://catalogi:pg_password@localhost:5432/db
2+
API_PORT=3084
3+
EXTERNAL_SOFTWARE_DATA_ORIGIN=wikidata
4+
README_URL=https://git.sr.ht/~codegouvfr/logiciels-libres/blob/main/sill.md
5+
TERMS_OF_SERVICE_URL=https://code.gouv.fr/sill/tos_fr.md
6+
7+
VITE_HEAD="
8+
<title>Catalogi - Local use</title>
9+
10+
<script defer>
11+
console.log('This is a custom code in head, used in local');
12+
</script>
13+
"
14+
15+
# The following variables are use to configure the docker-compose.ressources.yml
16+
17+
# make sure it is aligned with DATABASE_URL, the following are the defaults:
18+
19+
# POSTGRES_DB=db
20+
# POSTGRES_USER=catalogi
21+
# POSTGRES_PASSWORD=pg_password

0 commit comments

Comments
 (0)