Get the latest release.
Currently, program depends on some environment variables. It doesn't take any command line arguments.
Name | Type | Required? | Default Value | |
---|---|---|---|---|
ANKET_LISTEN |
SocketAddr (IP:Port) | no | 0.0.0.0:3000 |
Internal address that server binds and listens from. |
ANKET_SECURE |
0 or 1 |
no | 0 |
Indicates that end-user interacts with this service via a secure transport. Set this to 1 if you use HTTPS. Currently, this variable is used to determine Secure attribute of cookies. |
ANKET_LOG |
EnvFilter | no | info |