dj_mix_hosting_software/includes/config.toml.default
2024-04-29 19:37:00 -07:00

30 lines
No EOL
497 B
Text

[app]
name = "DJ Mix Hosting Software"
logo = "about:blank"
document_root = "/var/www/html/"
timezone = "America/Los_Angeles"
locale = "en_US"
[database]
type = "mysql"
host = "localhost"
port = 3306
user = "username"
password = "password"
prefix = ""
file = "app.db"
[notifications]
[notifications.telegram]
token = "telegram:token"
chat_id = "1234567890"
[seo]
yandex = false
google = false
bing = false
baidu = false
[seo.crawlers]
yandex_id = "a1b2c3d4f5g6h7"