From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- debian/odoo.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 debian/odoo.conf (limited to 'debian/odoo.conf') diff --git a/debian/odoo.conf b/debian/odoo.conf new file mode 100644 index 00000000..c85f5980 --- /dev/null +++ b/debian/odoo.conf @@ -0,0 +1,8 @@ +[options] +; This is the password that allows database operations: +; admin_passwd = admin +db_host = False +db_port = False +db_user = odoo +db_password = False +;addons_path = /usr/lib/python3/dist-packages/odoo/addons -- cgit v1.2.3