· Report Bug · Request Feature ·
A VPN server to connect some stuff for Good Games Munich.
- Follow Creating a release.
tbd
Create a environment file touch .env
. Override variables in the {variable name}={variable value}
format. All required variables need to be overridden for the respected environment.
Variable | Description | Required in dev | Required in prod | Default value |
---|---|---|---|---|
HOST |
Host url of the service. | true |
true |
none |
ADMIN_PASSWORD |
Password for the admin. | false |
true |
admin |
Follow contributing.