1
0
mirror of synced 2024-11-27 23:50:49 +01:00
GC-local-server-rewrite/MainServer/Configurations/server.json
asesidaa 0896e92598 Fix new and calc flag for music
Add column to music.db3
Minor fix in Program.cs
2023-11-05 18:35:26 +08:00

16 lines
243 B
JSON

{
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:80"
},
"Https": {
"Url": "https://*:443"
},
"Test": {
"Url": "http://*:5107"
}
}
},
"ServerIp": "127.0.0.1"
}