Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
646 Tampilan

I have multiple Odoo databases running on one odoo installation/server. I want to configure different domain to point to each database, how can I achieve that? For instance, I have odoo_example1 and odoo_example2 databases. But I want www.example.org to point to odoo_example1 database and www.example.com to point to odoo_example2.

Avatar
Buang
Jawaban Terbai

Hello, 


You can try this in your odoo configuration file. 


dbfilter = ^%d$


Thanks in advanced.


Avatar
Buang