sh_discord_bot/kdb-web/src/assets/config.json

29 lines
670 B
JSON
Raw Normal View History

2022-10-16 00:13:03 +02:00
{
2023-02-21 11:31:55 +01:00
"ApiURL": "http://localhost:8044",
2023-03-17 13:18:33 +01:00
"PrivacyURL": "https://www.sh-edraft.de/Datenschutz",
"ImprintURL": "https://www.sh-edraft.de/Impressum",
2022-10-16 00:13:03 +02:00
"WebVersion": {
2023-02-19 10:29:29 +01:00
"Major": "1",
"Minor": "0",
2023-03-11 01:39:20 +01:00
"Micro": "0.rc2"
2022-10-16 00:13:03 +02:00
},
"Themes": [
{
"Label": "Blue light",
"Name": "default-light-theme"
},
{
"Label": "Blue dark",
"Name": "default-dark-theme"
},
{
"Label": "Orange light",
"Name": "sh-edraft-light-theme"
},
{
"Label": "Orange dark",
"Name": "sh-edraft-dark-theme"
}
]
2023-03-17 13:18:33 +01:00
}