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

26 lines
556 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",
2022-10-16 00:13:03 +02:00
"WebVersion": {
2023-02-19 10:29:29 +01:00
"Major": "1",
"Minor": "0",
2023-02-23 10:56:07 +01:00
"Micro": "dev232"
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-02-21 11:50:30 +01:00
}