Fix: Basic funcionality structure

This commit is contained in:
2024-06-19 16:50:11 -05:00
parent d18cef15f5
commit 9d591237ec
8 changed files with 269 additions and 0 deletions

34
.env_exmple Normal file
View File

@@ -0,0 +1,34 @@
# version Trytond server example 6.0
TRYTOND_VERSION=7.0
TRYTON_ADMIN_PASS=admin
TRYTON_ADMIN_EMAIL=admin@admin.com
# TRYTOND operation mode
TRYTON_PORT=8000
DEVELOP=True
WORKER=False
# 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