Hello
i have a fresh installation of odoo community 17 and it launch correctly with this command line
python3 odoo-bin --addons-path="addons" -d odoo17 -w myuser -r mypsw
but whith this conf file i have password authentifcation error
cmd
python3 odoo-bin -c odoo.conf
odoo.conf file
[options]
admin_passwd = admin
db_host = localhost
db_port = 5432
db_name = odoo17
db_user = myuser
db_password = mypsw
addons_path = ../odoo17/addons, ../akerdis-addons
xmlrpc_port = 8017
an idea of the source of the problem