Hello,
I installed Odoo with my domain name simpleenergytech.com, I want to filter my Test4Domain database with this domain.when i open www.simpleenergytech.com:8069 it will open, but showing other databases also above is my odoo.conf file. How i can filter my database with domain name ? How I can make https: ? How i Can link my domain with Odoo or with particular database ?
#[options]
#; This is the password that allows database operations:
admin_passwd = adminpassword
db_host = 192.168.0.17
db_port = 8069
db_user = odoo
list_db = false
db_passowrd = False
proxy_mode = True
db_filter = ^Test4Domain.*$
db_filter = ^%d$
#addons_path = /usr/lib/python2.7/dist-packages/odoo/addons
#logfile = /var/log/odoosimple/odoosimple-server.log
#addons_path=/odoosimple/odoosimple-server/addons,/odoosimple/custom
#xmlrpc_port = 8069