Add Trytond configuration and scripts for deployment
This commit introduces essential files and scripts for setting up a Trytond environment, including configuration, logging, systemd services, NGINX, and utility scripts for managing Trytond.
This commit is contained in:
19
trytond.conf
Normal file
19
trytond.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
[web]
|
||||
listen = 0.0.0.0:8003
|
||||
root = /home/tryton/atl60prod/sao
|
||||
#email_validation_url = http://minerva.dissidens.si:4000/validate/
|
||||
#reset_password_url = http://minerva.dissidens.si:4000/passwordreset/
|
||||
|
||||
[email]
|
||||
uri = smtp://de-smtp.root.local
|
||||
#uri = smtp://10.75.9.56
|
||||
from = tryton.si@also.com
|
||||
|
||||
[database]
|
||||
uri = postgresql://tryton:tryton@localhost
|
||||
path = var/lib/trytond
|
||||
language = en
|
||||
#list = False
|
||||
|
||||
[queue]
|
||||
worker = True
|
||||
Reference in New Issue
Block a user