You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
456 B
19 lines
456 B
BAM_CONFIG_file=/config/glados.ini
|
|
BAM_CERTIFICATE=/config/glados.pem
|
|
BAM_MUSIC_DB=/config/music.db
|
|
BAM_DB=/config/setting-glados.db
|
|
|
|
BAM_MUMBLE_SERVER=mumble-server
|
|
BAM_MUMBLE_PORT=64738
|
|
#BAM_MUMBLE_PASSWORD=--password
|
|
BAM_USER=GlaDoS
|
|
#BAM_TOKENS=--tokens
|
|
BAM_CHANNEL=
|
|
BAM_BANDWIDTH=200000
|
|
#BAM_VERBOSE=--verbose
|
|
|
|
# Reverse-proxy and certbot
|
|
VIRTUAL_HOST=sub.domain.tld
|
|
VIRTUAL_PORT=8181
|
|
LETSENCRYPT_HOST=sub.domain.tld
|
|
LETSENCRYPT_EMAIL=domain@email.tld
|
|
|