Files
mymach_social_nextgen/config/odoo.conf

13 lines
303 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[options]
addons_path = /mnt/extra-addons
data_dir = /var/lib/odoo
admin_passwd = mymach_master_admin_password_123
db_host = db
db_port = 5432
db_user = odoo
db_password = odoo_secret_db_pass
# Geliştirme modunu ve log seviyesini açıyoruz
log_level = info
limit_time_cpu = 600
limit_time_real = 1200