oc-docker-tryton-non-official/.env_sample
2022-11-15 05:00:06 +00:00

30 lines
836 B
Plaintext

#version Trytond server example 5.0
TRYTOND_VERSION=""
#python version that will run the docker example python3.7 or python3.9 is mandatory in case you use tryton6.2
PYTHON=""
#version equal Tryond server version
GITEA_ORG=""
#domain server gitea
GITEA_DOMAIN=""
#if the module repository is private
GITEA_USER=""
GITEA_PASSWORD=""
GITEA_ACCESS_TOKEN=""
#By default all organizations are set to false, activate only one as true.
#Gnuhealth, Etrivial, Trytonar, OneTeam, Onteam_pos, Presik, Datalife, NaNtic, Kalenis
Provider="
GnuHealth="False"
Etrivial="False"
Trytonar="False"
OneTeam="False"
OneTeam_pos="False"
Presik="False"
Datalife="False"
NaNtic="False"
Kalenis="False"
DIR_MODULES="/usr/local/lib/${PYTHON_VERSION}/dist-packages/trytond/modules"
DB_PASSWORD=""
POSTGRES_DB=""
DB_HOSTNAME=""
POSTGRES_PASSWORD=""
TRYTON_PORT=""