mirror of
https://git.asonix.dog/asonix/relay.git
synced 2025-02-16 13:25:13 +00:00
Add note about environment variables
This commit is contained in:
parent
41faad4bac
commit
4cce0f950d
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ Whitelisted domains are only checked against incoming activities if `WHITELIST_M
|
||||||
- Update {anything}, the Update Anything is relayed verbatim to listening servers
|
- Update {anything}, the Update Anything is relayed verbatim to listening servers
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
By default, all these values are set to development values
|
By default, all these values are set to development values. These are read from the environment, or
|
||||||
|
from the `.env` file in the working directory.
|
||||||
```env
|
```env
|
||||||
HOSTNAME=localhost:8080
|
HOSTNAME=localhost:8080
|
||||||
ADDR=127.0.0.1
|
ADDR=127.0.0.1
|
||||||
|
|
Loading…
Reference in a new issue