24 lines
657 B
Bash
24 lines
657 B
Bash
# 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"
|
|
|
|
# PostgreSQL database configuration
|
|
DB_NAME="legi"
|
|
DB_HOST="localhost"
|
|
DB_PORT=5432
|
|
DB_USER="legi"
|
|
# Change value of DB_PASSWORD!
|
|
DB_PASSWORD="legi"
|
|
|
|
# Forgejo configuration used to store git version of law
|
|
FORGEJO_SSH_ACCOUNT="git@YOUR.FORGEJO.SERVER.DOMAIN"
|
|
FORGEJO_SSH_PORT=22
|
|
# Token of user that calls Forgejo API:
|
|
FORGEJO_TOKEN="YOUR SECRET FORGEJO TOKEN"
|
|
FORGEJO_URL="https://YOUR.FORGEJO.SERVER.DOMAIN"
|
|
|
|
TITLE="Tricoteuses (exemple)"
|