1 Flags
partisan edited this page 2025-01-12 11:39:12 +01:00

Flags

The following flags can be used when running QGato. They override any corresponding variables set in the config.ini file.


Available Flags

  • --port
    Sets the port for the application.
    Example: go rum . --port 8080

  • --domain
    Sets the domain address for the application.
    Example: go rum . --domain example.com

  • --skip-config-check
    Skips validation of config.ini.
    Example: go rum . --skip-config-check