You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
318 B
15 lines
318 B
You need to define how to connect directly to the database:
|
|
|
|
* Either by defining environment variables:
|
|
|
|
- ``IMDISPATCHER_DB_HOST=db-01``
|
|
- ``IMDISPATCHER_DB_PORT=5432``
|
|
|
|
* Or in Odoo's configuration file:
|
|
|
|
.. code-block:: ini
|
|
|
|
[options]
|
|
(...)
|
|
imdispatcher_db_host = db-01
|
|
imdispatcher_db_port = 5432
|