forked from pool/trytond
Accepting request 750811 from Application:ERP:GNUHealth:3.6
version bump OBS-URL: https://build.opensuse.org/request/show/750811 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/trytond?expand=0&rev=74
This commit is contained in:
committed by
Git OBS Bridge
parent
59eb6eedfa
commit
d64f652b52
10
trytond.conf
10
trytond.conf
@@ -92,6 +92,16 @@ listen = [::]:8000
|
||||
# The time (in seconds) until an inactive session expires
|
||||
#timeout = 3600
|
||||
|
||||
# The server administration password used by the client for
|
||||
# the execution of database management tasks. It is encrypted
|
||||
# using using the Unix crypt(3) routine. A password can be
|
||||
# generated using the following command line (on one line):
|
||||
# $ python -c 'import getpass,crypt,random,string; \
|
||||
# print crypt.crypt(getpass.getpass(), \
|
||||
# "".join(random.sample(string.ascii_letters + string.digits, 8)))'
|
||||
# Example password with 'admin'
|
||||
#super_pwd = jkUbZGvFNeugk
|
||||
|
||||
[email]
|
||||
# Mail settings
|
||||
|
||||
|
Reference in New Issue
Block a user