-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathodoo.conf
35 lines (28 loc) · 878 Bytes
/
odoo.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[options]
admin_passwd = my_admin_password
# |--------------------------------------------------------------------------
# | Port Options
# |--------------------------------------------------------------------------
# |
# | Define the application port and longpolling ports.
# |
xmlrpc_port = 8069
# |--------------------------------------------------------------------------
# | Addons
# |--------------------------------------------------------------------------
# |
# | Odoo module addons.
# |
addons_path =
/mnt/extra-addons
# |--------------------------------------------------------------------------
# | Database Configurations
# |--------------------------------------------------------------------------
# |
# | Database configurations that setup Odoo to connect to a
# | postgresql database.
# |
db_host = db
db_user = odoo
db_password = odoo
db_port = 5432