9 lines
163 B
Bash
9 lines
163 B
Bash
# Hostname passed to Traefik
|
|
HOSTNAME=setup.mailu.io
|
|
|
|
# Current release
|
|
RELEASE=test
|
|
|
|
# Comma separated list of versions the user can choose.
|
|
VERSIONS=test,master
|