17 lines
No EOL
667 B
Text
17 lines
No EOL
667 B
Text
# site
|
|
site_title="Teamspeak 3 Web"
|
|
site_language="en" # values: each yml you specified in data/locale/
|
|
site_date_format="d.m.Y H:i:s" # values: all possible for Date::class
|
|
|
|
# theme
|
|
theme="bootstrap4" # values: bootstrap4 (foldernames are used to determine theme in src/View/)
|
|
theme_cache=false # values: true|false (cache view/twig. makes it faster, disable for debug)
|
|
|
|
# teamspeak
|
|
teamspeak_host="localhost" # 'localhost' or 'name_of_docker_container' if running locally
|
|
teamspeak_query_port=10011
|
|
teamspeak_user="serveradmin"
|
|
|
|
# log
|
|
log_name="ts3web" # values: all strings
|
|
log_level="INFO" # values: DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY |