below is my conf file
[options]
; This is the password that allows database operations:
admin_passwd = admin
db_host = False
db_port = False
db_user = odoo
db_password = False
dbfilter = ^%d$
addons_path = /opt/odoo/odoo11/addons, /opt/odoo/odoo-saas-11.0
logfile = /var/log/odoo/odoo11.log
log_handler=["[':INFO']"]
log_level=info
proxy_mode = True
;xmlrpc_interface = 127.0.0.1
;netrpc_interface = 127.0.0.1
;addons_path = /usr/lib/python3/dist-packages/odoo/addons
now what is the issue in the configuration file can any one suggest me?