This commit is contained in:
parent
cf46f1124a
commit
93fd6d6bea
1 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,13 @@ The actual configuration happens in two or more files:
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
*.env*
|
||||||
|
```text
|
||||||
|
CF_API_TOKEN=0123456789abcdef0123456789abcdef01234
|
||||||
|
CHECK_INTERVAL_SECONDS=30 // Defaults to 60 if missing
|
||||||
|
UPTIME_URL=https://example.org/uptime/id12 // Entirely optional
|
||||||
|
```
|
||||||
|
|
||||||
*interfaces.toml*
|
*interfaces.toml*
|
||||||
```toml
|
```toml
|
||||||
host_address = "::edcb:a098:7654:3210"
|
host_address = "::edcb:a098:7654:3210"
|
||||||
|
|
Loading…
Reference in a new issue