This repository has been archived on 2025-08-29. You can view files and clone it, but cannot push or open issues or pull requests.
Files
oc-develop_oneteam/.env_exmple

46 lines
928 B
Plaintext
Raw Permalink Normal View History

2024-06-19 16:50:11 -05:00
# version Trytond server example 6.0
2024-06-26 11:06:50 -05:00
TRYTOND_VERSION=6.8
2024-06-19 16:50:11 -05:00
TRYTON_ADMIN_PASS=admin
2024-06-26 11:06:50 -05:00
TRYTON_ADMIN_EMAIL=admin@admin.co
TRYTONADMINPASS=admin
TRYTONPASSFILE=/etc/trytond_admin_pass.conf
2024-06-19 16:50:11 -05:00
# TRYTOND operation mode
TRYTON_PORT=8000
DEVELOP=True
WORKER=False
2024-06-26 11:06:50 -05:00
# Facho
FACHO=True
FACHO_BRANCH=MigrationPython312Test
2024-06-19 16:50:11 -05:00
# if the module repository is private
GITEA_USER=USER
GITEA_PASSWORD=PASSWORD
GITEA_ACCESS_TOKEN=TOKEN
GITEA_DOMAIN=git.domain.org
# Choise a valid file seed from into folder ./sets
SET=./sets/modules.txt
# Database configuration
DB_PASSWORD=SUp3r-pass*DB
POSTGRES_DB=tryton
DB_HOSTNAME=db
POSTGRES_PASSWORD=SUp3r-pass*DB
#SMTP This value is True or False
SMTP=False
SMTP_TYPE=smtps+ssl
SMTP_USER=email@example.com
SMTP_PASSWORD=PASSWORD
SMTP_DOMAIN=mail.example.org
SMTP_PORT=465
SMTP_FROM="NAME_FROM <email@example.com>"
SMTP_EMAIL=email@example.org
2024-06-26 11:06:50 -05:00
#NGINX
SERVER_NAME=localhost.example
NGINX_PORT=10000
VARIABLE=$