Update Ikar server and Android client

This commit is contained in:
Курнат Андрей
2026-05-17 22:23:43 +03:00
commit 22e19cdfdb
258 changed files with 51047 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
{
"ConnectionStrings": {
"IkarDb": "Data Source=Data/ikar.db"
},
"Jwt": {
"Issuer": "Ikar.Server",
"Audience": "Ikar.Client",
"SigningKey": "Ikar-Replace-This-Development-Key-With-A-Long-Random-Secret-CHANGE_ME_USE_SECRET_STORE_VALUE_32_CHARS_MINIMUM",
"AccessTokenLifetimeMinutes": 15,
"RefreshTokenLifetimeDays": 30
},
"Push": {
"FirebaseProjectId": "",
"ServiceAccountJsonPath": "",
"ServiceAccountJson": ""
},
"WebRtc": {
"IceServers": [
{
"Urls": [
"stun:stun.l.google.com:19302"
]
}
]
},
"Admin": {
"Username": "",
"Password": ""
},
"SeedDemoData": false,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}