Archived
1
0
Fork 0
This repository has been archived on 2023-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
ts3web/config/env.example

19 lines
839 B
Text
Raw Normal View History

2018-04-03 11:56:20 +00:00
# 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
2019-08-06 18:25:50 +00:00
theme="bootstrap4" # values: bootstrap4 (foldernames are used to determine theme in src/View/)
2018-04-03 11:56:20 +00:00
theme_cache=false # values: true|false (cache view/twig. makes it faster, disable for debug)
# teamspeak
2019-08-06 18:25:50 +00:00
teamspeak_host="localhost" # 'localhost' or 'name_of_docker_container' if running locally
teamspeak_query_port=10011
teamspeak_user="serveradmin"
2019-08-06 20:13:04 +00:00
teamspeak_tree_view="true" # show a tree view in the details of online clients if a server has been selected
teamspeak_log_lines=100 # show this amount of latest log lines
2018-04-03 11:56:20 +00:00
# log
log_name="ts3web" # values: all strings
2018-04-03 11:56:20 +00:00
log_level="INFO" # values: DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY