Files
Trent 1ade75b635
CI / backend (push) Successful in 10m2s
CI / frontend (push) Successful in 1m56s
Update for dns changes
2026-08-11 04:32:48 +08:00

46 lines
1.2 KiB
JSON

{
"ConnectionStrings": {
"GatewayDb": "Host=localhost;Port=5437;Database=vigilcare_ward;Username=postgres;Password=password"
},
"Redis": {
"ConnectionString": "localhost:6383"
},
"RabbitMq": {
"Host": "localhost",
"Port": 5675,
"Username": "guest",
"Password": "guest",
"PagingAckTimeoutMs": 300000,
"UseSsl": false
},
"CentralApi": {
"BaseUrl": "http://localhost:5270"
},
"Dashboard": {
"CorsOrigins": [ "http://localhost:5173" ]
},
"Gateway": {
"GatewayId": "22222222-2222-2222-2222-222222222222",
"SiteId": "11111111-1111-1111-1111-111111111111",
"Department": "ICU",
"EncounterSyncIntervalMinutes": 5,
"CentralReachabilityIntervalSeconds": 30,
"HeartbeatIntervalSeconds": 60,
"SyncBatchSize": 500,
"AutoMigrate": true
},
"ApiKey": {
"Gateway": "dev-gateway-key-change-in-production"
},
"Jwt": {
"SigningKey": "dev-signing-key-minimum-32-bytes-long!!",
"Issuer": "vigilcare-gateway",
"Audience": "vigilcare-dashboard"
},
"AlertSuppression": {
"DefaultWindowMinutes": 30
},
"Serilog": {
"MinimumLevel": { "Default": "Information" }
}
}