Update Flags
parent
c2207a9a09
commit
9f62330411
1 changed files with 24 additions and 19 deletions
11
Flags.md
11
Flags.md
|
@ -8,12 +8,17 @@ The following flags can be used when running QGato. They override any correspond
|
|||
|
||||
- **`--port`**
|
||||
Sets the port for the application.
|
||||
Example: `go rum . --port 8080`
|
||||
Example: `go run . --port 8080`
|
||||
|
||||
- **`--domain`**
|
||||
Sets the domain address for the application.
|
||||
Example: `go rum . --domain example.com`
|
||||
Example: `go run . --domain example.com`
|
||||
|
||||
- **`--skip-config-check`**
|
||||
Skips validation of `config.ini`.
|
||||
Example: `go rum . --skip-config-check`
|
||||
Example: `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`
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue