CDN/JSON/CDN.py.settings.json

42 lines
1.3 KiB
JSON

{
"cdn_host_name" : "/^(https?\\:\\/{2})?cdn\\.(k3y\\.pw|(anprm\\.)?local|anprm)/",
"cdn_default_settings_files" : [
"/JSON/CDN.py.settings.json"
],
"cdn_default_secrets_files" : [
"/JSON/CDN.py.settings.secrets.json"
],
"cdn_default_i18n_files" : [
"/JSON/I18N/Python/CDN.py.i18n.espanol.json"
],
"cdn_default_routes_files" : [
"/JSON/CDN.py.routes.json",
"/JSON/CDN.py.routes.secrets.json"
],
"cdn_default_views_files" : [],
"cdn_resources" : {
"charset" : "utf-8",
"logo" : "/images/CDN.png",
"link" : "https://cdn.k3y.pw/",
"git" : "https://git.k3y.pw/KyMAN/CDN",
"project" : "CDN",
"web" : "https://cdn.k3y.pw",
"authors" : "KyMAN",
"class" : "cdn",
"snake" : "cdn",
"metas" : {},
"styles" : ["/scss/CDN.scss"],
"menu" : [
["web", "_self", "/"],
["git", "_blank", "https://git.k3y.pw/KyMAN/CDN"]
],
"licenses" : [
["copyright", null, null, {
"year" : "2019-2025",
"entity" : "KyMAN"
}],
["cc_by_nc_sa_4"]
],
"dictionary" : "https://wmarkdown.{domain}/json/WMarkDown.dict.es.kyman.json"
}
}