Skip to content

Commit e434fd4

Browse files
defguard-communitygitbook-bot
authored andcommitted
GITBOOK-306: change request with no subject merged in GitBook
1 parent 86527c2 commit e434fd4

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

features/setting-up-your-instance/configuration.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can generate random strings for secrets with e.g.:
4242
* `DEFGUARD_USERADMIN_GROUPNAME`: Name of the user administrator group, default: `useradmin`
4343
* `DEFGUARD_VPN_GROUPNAME`: Name of the vpn group, default: `vpn`
4444
* `DEFGUARD_DEFAULT_ADMIN_PASSWORD`: Password for the default `admin` user, default: `pass123`
45-
* `DEFGUARD_LOG_LEVEL`: [Logger](https://crates.io/crates/log) log level, default: `info`
45+
* `DEFGUARD_LOG_LEVEL`: [Logger](https://crates.io/crates/log) log level, default: `info`, supported: `debug`, `warn`, `error`
4646
* `DEFGUARD_HTTP_PORT`: Core server port, default: `8000`
4747
* `DEFGUARD_LOG_FILE`: Log file path
4848
* `DEFGUARD_AUTH_COOKIE_TIMEOUT`: Cookie lifetime period, default: `7d` ([Humantime documentation](https://docs.rs/humantime/latest/humantime/struct.Duration.html))
@@ -110,26 +110,22 @@ Here are proxy ENV variables. gRPC configuration is described more [on this help
110110
* `DEFGUARD_PROXY_GRPC_CERT` (optional): path to TLS certificate file
111111
* `DEFGUARD_PROXY_GRPC_KEY`(optional): path to TLS key file. [More on that in this help page.](../../admin-and-features/setting-up-your-instance/grpc-ssl-communication.md)
112112
* `DEFGUARD_PROXY_URL` - if you wish to use External OIDC enrollment/desktop client configuration, please set this value to the same as `DEFGUARD_ENROLLMENT_URL` in core.
113+
* `DEFGUARD_PROXY_LOG_LEVEL` : [Logger](https://crates.io/crates/log) log level, default: `info`, supported: `debug`, `warn`, `error`
113114

114115
## Gateway Configuration
115116

116117
### Environmental variables / Arguments
117118

118119
If you're using docker image you can pass this value as environmental variables or on binary you can pass them as arguments
119120

120-
`DEFGUARD_USERSPACE` , `-u` - Use userspace wireguard implementation, useful on systems without native wireguard support
121-
122-
`DEFGUARD_GRPC_URL` , `-g <URL>` - defguard server gRPC endpoint URL default is https://localhost:50055
123-
124-
`DEFGUARD_GRPC_CA - path to ca file` more on this topic [on this help page.](../../admin-and-features/setting-up-your-instance/grpc-ssl-communication.md)
125-
126-
`DEFGUARD_STATS_PERIOD` ,`-p <SECONDS>` - Defines how often (seconds) should interface statistics be sent to the defguard server
127-
128-
`DEFGUARD_TOKEN` ,`-t <TOKEN>` - Token received on defguard after completing network wizard
129-
130-
`DEFGUARD_GATEWAY_NAME`, `--name <NAME>` - (optional) human-readable gateway name that will be displayed in defguard webapp
131-
132-
`-s, --use-syslog` - enable logging to syslog
121+
* `DEFGUARD_USERSPACE` , `-u` - Use userspace wireguard implementation, useful on systems without native wireguard support
122+
* `DEFGUARD_GRPC_URL` , `-g <URL>` - defguard server gRPC endpoint URL default is https://localhost:50055
123+
* `DEFGUARD_GRPC_CA - path to ca file` more on this topic [on this help page.](../../admin-and-features/setting-up-your-instance/grpc-ssl-communication.md)
124+
* `DEFGUARD_STATS_PERIOD` ,`-p <SECONDS>` - Defines how often (seconds) should interface statistics be sent to the defguard server
125+
* `DEFGUARD_TOKEN` ,`-t <TOKEN>` - Token received on defguard after completing network wizard
126+
* `DEFGUARD_GATEWAY_NAME`, `--name <NAME>` - (optional) human-readable gateway name that will be displayed in defguard webapp
127+
* `-s, --use-syslog` - enable logging to syslog
128+
* `RUST_LOG` : Logger log level, default: `info`, supported: `debug`, `warn`, `error`
133129

134130
#### Executing custom commands on VPN up/down
135131

0 commit comments

Comments
 (0)