feat: Add deploy system
This commit is contained in:
22
.env_example
22
.env_example
@@ -1,5 +1,6 @@
|
||||
# TRYTOND operation mode
|
||||
DEVELOP=False
|
||||
WORKER=True
|
||||
|
||||
# Develop mode
|
||||
PUDB_PORT=8025
|
||||
@@ -8,8 +9,29 @@ PUDB_PORT=8025
|
||||
TRYTOND_VERSION=7.6
|
||||
TRYTOND_PORT_LIVE=8090
|
||||
TRYTON_ADMIN_EMAIL=admin@admin.co
|
||||
TRYTONPASSFILE=/etc/trytond_admin_pass.conf
|
||||
|
||||
DB_HOSTNAME=db
|
||||
POSTGRES_DB=tryton
|
||||
POSTGRES_USER=tryton
|
||||
POSTGRES_PASSWORD=SUp3r-pass*DB
|
||||
|
||||
# Email user admin
|
||||
EMAIL=domain@domain.com
|
||||
|
||||
SLEEP_TRYTOND_ADMIN=15
|
||||
|
||||
# SMTP
|
||||
SMTP="True"
|
||||
SMTP_TYPE="smtps+ssl"
|
||||
SMTP_USER="user"
|
||||
SMTP_PASSWORD="passsword"
|
||||
SMTP_DOMAIN="domain.com"
|
||||
SMTP_PORT="465"
|
||||
SMTP_FROM="Company CO"
|
||||
SMTP_EMAIL="domain@domain.com"
|
||||
|
||||
# NGINX
|
||||
SERVER_NAME=tryton.domain.com
|
||||
NGINX_PORT=10000
|
||||
VARIABLE=$
|
||||
|
||||
Reference in New Issue
Block a user