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

17 lines
687 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
theme="material" # values: material (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_default_host="localhost" # 'localhost' or 'name_of_docker_container' if running locally
2018-04-03 11:56:20 +00:00
teamspeak_default_query_port=10011
teamspeak_default_user="serveradmin"
# 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