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

  1. You need to define how to connect directly to the database:
  2. * Either by defining environment variables:
  3. - ``IMDISPATCHER_DB_HOST=db-01``
  4. - ``IMDISPATCHER_DB_PORT=5432``
  5. * Or in Odoo's configuration file:
  6. .. code-block:: ini
  7. [options]
  8. (...)
  9. imdispatcher_db_host = db-01
  10. imdispatcher_db_port = 5432