16 lines
258 B
Plaintext
16 lines
258 B
Plaintext
# TRYTOND operation mode
|
|
DEVELOP=False
|
|
|
|
# Develop mode
|
|
PUDB_PORT=8025
|
|
|
|
# TRYTOND information
|
|
TRYTOND_VERSION=7.6
|
|
TRYTOND_PORT_LIVE=8090
|
|
TRYTON_ADMIN_EMAIL=admin@admin.co
|
|
|
|
DB_HOSTNAME=db
|
|
POSTGRES_DB=tryton
|
|
POSTGRES_USER=tryton
|
|
POSTGRES_PASSWORD=SUp3r-pass*DB
|