Skip to content

Commit

Permalink
Phase one of addressing exposed passwords.
Browse files Browse the repository at this point in the history
  • Loading branch information
lathama committed Apr 3, 2024
1 parent 0daa6ed commit ba65042
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
6 changes: 6 additions & 0 deletions 15.0/odoo.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[options]
addons_path = /mnt/extra-addons
data_dir = /var/lib/odoo
db_name = postgress
db_host = db
db_port = 5432
db_user = odoo
db_password = odoo
dbfilter = .*
; admin_passwd = admin
; csv_internal_sep = ,
; db_maxconn = 64
Expand Down
6 changes: 6 additions & 0 deletions 16.0/odoo.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[options]
addons_path = /mnt/extra-addons
data_dir = /var/lib/odoo
db_name = postgress
db_host = db
db_port = 5432
db_user = odoo
db_password = odoo
dbfilter = .*
; admin_passwd = admin
; csv_internal_sep = ,
; db_maxconn = 64
Expand Down
8 changes: 6 additions & 2 deletions 17.0/odoo.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
[options]
addons_path = /mnt/extra-addons
data_dir = /var/lib/odoo
db_name = postgress
db_host = db
db_port = 5432
db_user = odoo
db_password = odoo
dbfilter = .*
; admin_passwd = admin
; csv_internal_sep = ,
; db_maxconn = 64
; db_name = False
; db_template = template1
; dbfilter = .*
; debug_mode = False
; email_from = False
; limit_memory_hard = 2684354560
Expand Down

0 comments on commit ba65042

Please sign in to comment.