dj_mix_hosting_software/includes/config.toml.default
2024-04-30 17:46:42 -07:00

65 lines
1.4 KiB
Plaintext

[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"
[locales]
af_ZA = "Afrikaans (South Africa)"
ar_SA = "Arabic (Saudi Arabia)"
ca_ES = "Catalan (Spain)"
zh_CN = "Chinese (Simplified)"
zh_TW = "Chinese (Traditional)"
cs_CZ = "Czech (Czech Republic)"
da_DK = "Danish (Denmark)"
nl_NL = "Dutch (Netherlands)"
de_DE = "German (Germany)"
el_GR = "Greek (Greece)"
en_US = "English (US)"
fi_FI = "Finnish (Finland)"
fil_PH = "Filipino (Philippines)"
fr_FR = "French (France)"
he_IL = "Hebrew (Israel)"
hu_HU = "Hungarian (Hungary)"
it_IT = "Italian (Italy)"
ja_JP = "Japanese (Japan)"
ko_KR = "Korean (South Korea)"
no_NO = "Norwegian (Norway)"
pl_PL = "Polish (Poland)"
pt_BR = "Portuguese (Brazil)"
pt_PT = "Portuguese (Portugal)"
ro_RO = "Romanian (Romania)"
ru_RU = "Russian (Russia)"
sr_SP = "Serbian (Serbia)"
es_ES = "Spanish (Spain)"
sv_SE = "Swedish (Sweden)"
tr_TR = "Turkish (Turkey)"
uk_UA = "Ukrainian (Ukraine)"
vi_VN = "Vietnamese (Vietnam)"