Skip to content
Snippets Groups Projects
Commit 2ffeed07 authored by Anthony's avatar Anthony
Browse files

Update .env samples

parent b32564a1
No related branches found
No related tags found
No related merge requests found
COMPOSE_FILE=docker-compose.yml:traefik.yml
# Element a modifier
HOST=dolibarr.FQDN
NAME=dolibarrlocalhost
DOLI_VERSION=18.0.5
PASS=insert-randomstringhere
# Si vous utilisez expose_mariadb.yml,
# cette variable indique le port sur l'hôte sur lequel est lié le port 3306 de mariadb
MARIADB_BIND_PORT=3306
# Variable de dev
ENV=local
CRON_KEY="getItFromDolibarrScheduledJobModulePageThanRestart"
CRON_USER="admin"
PORT=8080
DOLI_URL=http://${HOST}
RESTART=always
LOCALE=fr_FR.UTF-8
TZ="Europe/Paris"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment