use table for environment variables
This commit is contained in:
parent
f3311b86d9
commit
69e31f8a63
13
readme.md
13
readme.md
@ -33,13 +33,14 @@ flag is not provided.
|
|||||||
|
|
||||||
docker-compose up -d --build
|
docker-compose up -d --build
|
||||||
|
|
||||||
#### server environment variables
|
### server environment variables
|
||||||
|
|
||||||
- `SECRET` - the secret used for signature verification
|
| Variable | Default | Description |
|
||||||
- `LISTEN_ADDRESS` - the address the server is listening on (default is `0.0.0.0:80`)
|
|----------------------|-----------------|----------------------------------------------------------------------------------------|
|
||||||
- `INDEX_GET_REDIRECT` - the URL the user should be redirected to if they try to access `/` on the
|
| `SECRET` | N/A | the secret used for signature verification |
|
||||||
server (default is `http://alv.cx`)
|
| `LISTEN_ADDRESS` | `0.0.0.0:80` | the address the server is listening on |
|
||||||
- `MAX_AGE_MS` - how old a request can be (in milliseconds) before the server will refuse to process it (default is 500 milliseconds)
|
| `INDEX_GET_REDIRECT` | `http://alv.cx` | the URL the user should be redirected to if they try to access `/` on the server |
|
||||||
|
| `MAX_AGE_MS` | 500 | how old a request can be (in milliseconds) before the server will refuse to process it |
|
||||||
|
|
||||||
### setting up susmng
|
### setting up susmng
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user