18 lines
420 B
Plaintext
18 lines
420 B
Plaintext
# GSPARC Mezzouna — Variables d'environnement
|
|
# Copier ce fichier en .env et remplir les valeurs
|
|
|
|
# Baserow (obligatoire)
|
|
BASEROW_USER=admin@example.com
|
|
BASEROW_PASSWORD=motdepasse
|
|
BASEROW_URL=http://baserow:80
|
|
BASEROW_HOST=baserow.bolbol.tn
|
|
|
|
# Services NAS
|
|
TIKA_URL=http://tika:9998
|
|
GOTENBERG_URL=http://gotenberg:3000
|
|
|
|
# Application
|
|
GSPARC_USER=admin
|
|
GSPARC_PASSWORD=gsparc2026
|
|
GSPARC_SECRET=change-me-in-production
|