1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreerp_ynh.git synced 2024-09-03 19:36:13 +02:00
libreerp_ynh/conf/server.conf

18 lines
481 B
Text

[options]
; This is the password that allows database operations:
without_demo = all
admin_passwd = __ADMIN_PASSWORD__
db_host = localhost
db_port = 5432
db_user = __DB_NAME__
db_password = __DB_PWD__
__CONTENT__
__CONTENT2__
__CONTENT3__
addons_path = __INSTALL_DIR__/__APPNAME__/addons,__INSTALL_DIR__/custom-addons
proxy_mode = true
logfile = /var/log/__APP__.log
xmlrpc_interface = 127.0.0.1
netrpc_interface = 127.0.0.1
xmlrpc_port = __PORT__
longpolling_port = __PORT_CHAT__