Skip to Content
Menu
This question has been flagged
2 Replies
3991 Views

Hi everybody,

I have 3 databases : db_name = 'TEST1', 'TEST2', 'TEST3' installed on   server OVH 

I want some user after open url(@ip) redirect to default  database (for example db named TEST1 ) without choose other database from list

How can i get that ?

thanks in advance.


Avatar
Discard

use db filter in conf file

Best Answer

As Niyas has said, you need to use db filter.

Check here: https://www.odoo.com/documentation/10.0/setup/deploy.html

If you are using a reverse proxy you need to add the --proxy option so the proxy is aware of the difference between all the databases.


Avatar
Discard