Zum Hauptinhalt springen

Environment Settings

Learn how to adjust and configure your environment settings.

Opening Settings

To open environment settings:

  1. Open the environment
  2. Click on the "Settings" tab
  3. The settings page opens

General Settings

  1. Log Level - Configure in which level odoo should use.

    • Info - All information
    • Warning - Warnings and errors
    • Error - Only errors
    • Critical - Only critical errors
    • Debug - Detailed debug information
    • Debug SQL - Detailed debug with SQL queries
    • Debug RPC - Detailed debug with RPC calls
    • Debug RPC Answer - Detailed debug with RPC answers
  2. Revision - Select a specific revision to deploy

    info

    Images are built weekly during the night from Sunday to Monday. By default, every system uses the latest build. You can revert to one of the last 9 builds. If you're on a build older than the last 9, you'll remain on it and won't be automatically reset.

  3. Rebuild - Perform a rebuild of the selected environment

  4. Rebase - Change the Odoo version of the environment

Domain Settings

Custom Mail Domain

You will find a manual how to setup a custom mail domain in Odoo

info

If you want to use our mail-gateway the default attachment size is 10 MB

Custom Domain

If available, you can configure your own domain:

  1. In "Custom Domain" section under settings
  2. Enter your domain (e.g., app.example.com)
  3. Follow the instructions for DNS configuration
  4. Click on "Save"
info

DNS configuration can take some time.
Please note that only sub-domains are possible

Sub Modules

To add a sub module or 3rd-Party module:

  1. Type the SSH-link of the GitHub-Repo in the field
  2. Click then on Save - a deploy key will be automatically generated
  3. Copy the deploy key and paste it in the "deploy keys" in your GitHub-Repo settings
info

The registered sub-module will be included in the system with the next commit as long as a deploy key is provided.

Worker Settings

By default, production environments include one HTTP worker and one Cron worker. Staging cron worker are disabled by default and come with one HTTP worker. You can configure the number of workers (HTTP and Cron) based on your subscription plan.

info

Worker configuration changes do not cause downtime unless you set the worker count to 0.

Next Steps

After adjusting settings:

  1. Set up backups
  2. Configure monitoring
  3. View logs

tipp

Always test changes in Staging before Production to avoid problems!