2025-02-23 08:41:04 +01:00
|
|
|
# Your website domain name
|
|
|
|
|
PUBLIC_HOSTNAME=an-inventaire-site.org
|
|
|
|
|
|
|
|
|
|
# Root path within docker container
|
|
|
|
|
PROJECT_ROOT=/opt/inventaire
|
|
|
|
|
|
|
|
|
|
# Generic user, to modify only for good reason
|
|
|
|
|
COUCHDB_USER=couchdb
|
|
|
|
|
|
|
|
|
|
# Consider passwords with no less than 32 charracters, for example:
|
|
|
|
|
# cat /dev/urandom | tr -dc A-Za-z0-9-_ | head -c 32
|
|
|
|
|
COUCHDB_PASSWORD=your_password
|
2025-02-26 20:55:53 +01:00
|
|
|
|
|
|
|
|
NODE_ENV=production
|
|
|
|
|
NODE_APP_INSTANCE=federated
|
|
|
|
|
# Matching the port defined in inventaire/config/production-federated.cjs
|
|
|
|
|
INVENTAIRE_PORT=3016
|