refactor: Deploy System
This commit is contained in:
36
.env.development.example
Normal file
36
.env.development.example
Normal file
@@ -0,0 +1,36 @@
|
||||
# version Trytond server example 6.0
|
||||
|
||||
TRYTOND_VERSION=7.6
|
||||
TRYTON_ADMIN_PASS=admin
|
||||
TRYTON_ADMIN_EMAIL=admin@gmail.co
|
||||
TRYTONADMINPASS=admin
|
||||
TRYTONPASSFILE=/etc/trytond_admin_pass.conf
|
||||
SLEEP_TRYTOND_ADMIN=5
|
||||
|
||||
# TRYTOND operation mode
|
||||
|
||||
TRYTON_PORT_LIVE=18021
|
||||
PUDB_PORT_LIVE=8085
|
||||
PUDB_PORT=8095
|
||||
DEVELOP=True
|
||||
WORKER=True
|
||||
|
||||
# Facho
|
||||
|
||||
FACHO=True
|
||||
FACHO_BRANCH=MigrationPython312Test
|
||||
|
||||
# If the module repository is private
|
||||
|
||||
GITEA_USER=USER
|
||||
GITEA_PASSWORD=PASSWORD
|
||||
GITEA_ACCESS_TOKEN=TOKEN
|
||||
GITEA_DOMAIN=gitea.domain.org
|
||||
|
||||
# Database configuration
|
||||
|
||||
DB_HOSTNAME=db
|
||||
DB_PASSWORD=SUp3r-pass*DB
|
||||
POSTGRES_DB=tryton
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=SUp3r-pass*DB
|
||||
Reference in New Issue
Block a user