Skip to content

Commit

Permalink
config file location flag documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
karmanyaahm authored Nov 30, 2021
1 parent e6077ee commit fe1966c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ In environment variables, this is a comma seperated list:
```env
UP_GATEWAY_ALLOWEDHOSTS="abc.localhost:8443,abc.localhost:8080,myinternaldomain.local"
```

## Configuration file location

By default the configuration file should be located at `config.toml` in the current working directory (the one from which the command is run). This can be changed by adding the `-c` flag when running the application on the command line, and passing an alternate path to that.

0 comments on commit fe1966c

Please sign in to comment.