The following flags can be used when running QGato. They override any corresponding variables set in the config.ini file.
config.ini
--port Sets the port for the application. Example: go run . --port 8080
--port
go run . --port 8080
--domain Sets the domain address for the application. Example: go run . --domain example.com
--domain
go run . --domain example.com
--skip-config-check Skips validation of config.ini. Example: go run . --skip-config-check
--skip-config-check
go run . --skip-config-check
--config Specifies a custom configuration file path, overriding the default ./config.ini. Example: go run . --config /path/to/custom/config.ini
--config
./config.ini
go run . --config /path/to/custom/config.ini
Deleting the wiki page "Flags" cannot be undone. Continue?