29 lines
550 B
Bash
29 lines
550 B
Bash
# Naliia
|
|
NALIIA_IMAGE=gitea.onecluster.org/aserrador/naliia:latest
|
|
|
|
# TRYTOND information
|
|
TRYTOND_VERSION=7.6
|
|
TRYTON_PORT=8000
|
|
TRYTON_ADMIN_EMAIL=admin@admin.co
|
|
TRYTONPASSFILE=/etc/trytond_admin_pass.conf
|
|
|
|
DB_HOSTNAME="db"
|
|
POSTGRES_DB="naliia"
|
|
POSTGRES_USER="postgres"
|
|
POSTGRES_PASSWORD="SUp3r-pass*DB"
|
|
|
|
# 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=$
|