tricoteuses-legifrance/example.env

25 lines
657 B
Bash
Raw Permalink Normal View History

# PostgreSQL database configuration
ASSEMBLEE_DB_NAME="assemblee"
ASSEMBLEE_DB_HOST="localhost"
ASSEMBLEE_DB_PORT=5432
ASSEMBLEE_DB_USER="assemblee"
# Change value of DB_PASSWORD!
ASSEMBLEE_DB_PASSWORD="assemblee"
2022-08-09 19:47:51 +02:00
# PostgreSQL database configuration
DB_NAME="legi"
DB_HOST="localhost"
DB_PORT=5432
DB_USER="legi"
# Change value of DB_PASSWORD!
2022-08-10 17:50:13 +02:00
DB_PASSWORD="legi"
# Forgejo configuration used to store git version of law
FORGEJO_SSH_ACCOUNT="git@YOUR.FORGEJO.SERVER.DOMAIN"
FORGEJO_SSH_PORT=22
2025-01-08 23:36:03 +01:00
# Token of user that calls Forgejo API:
FORGEJO_TOKEN="YOUR SECRET FORGEJO TOKEN"
FORGEJO_URL="https://YOUR.FORGEJO.SERVER.DOMAIN"
TITLE="Tricoteuses (exemple)"