2018-12-14 19:24:55 +01:00
|
|
|
[options]
|
|
|
|
; This is the password that allows database operations:
|
|
|
|
without_demo = all
|
2022-02-13 19:55:00 +01:00
|
|
|
admin_passwd = __ADMIN_PASSWORD__
|
2018-12-14 19:24:55 +01:00
|
|
|
db_host = localhost
|
|
|
|
db_port = 5432
|
2022-02-13 19:55:00 +01:00
|
|
|
db_user = __DB_NAME__
|
2022-02-17 01:23:35 +01:00
|
|
|
db_password = __DB_PWD__
|
2022-02-13 19:55:00 +01:00
|
|
|
__CONTENT__
|
|
|
|
__CONTENT2__
|
|
|
|
__CONTENT3__
|
2024-03-20 21:48:59 +01:00
|
|
|
addons_path = __INSTALL_DIR__/__APPNAME__/addons,__INSTALL_DIR__/custom-addons
|
2018-12-14 19:24:55 +01:00
|
|
|
proxy_mode = true
|
2022-02-13 19:55:00 +01:00
|
|
|
logfile = /var/log/__APP__.log
|
2018-12-14 19:24:55 +01:00
|
|
|
xmlrpc_interface = 127.0.0.1
|
|
|
|
netrpc_interface = 127.0.0.1
|
2022-02-13 19:55:00 +01:00
|
|
|
xmlrpc_port = __PORT__
|
|
|
|
longpolling_port = __PORT_CHAT__
|