erp-platform/api/src/Kurs.Platform.DbMigrator/appsettings.Production.json

36 lines
1.2 KiB
JSON
Raw Normal View History

2025-05-06 06:45:49 +00:00
{
"ConnectionStrings": {
2025-05-23 14:45:10 +00:00
// "Default": "Server=sql;Database=KURS;User Id=sa;password=NvQp8s@l;Trusted_Connection=False;TrustServerCertificate=True;"
"Default": "User ID=sa;Password=NvQp8s@l;Host=postgres;Port=5432;Database=KURS;"
2025-05-06 06:45:49 +00:00
},
"Redis": {
"IsEnabled": "true",
"Configuration": "redis:6379,abortConnect=false,connectTimeout=30000,responseTimeout=30000"
},
"OpenIddict": {
"Applications": {
"Platform_Web": {
"ClientId": "Platform_Web",
"ClientSecret": "1q2w3e*",
2025-05-09 07:04:51 +00:00
"RootUrl": "https://kurs-api.sozsoft.com"
2025-05-06 06:45:49 +00:00
},
"Platform_App": {
"ClientId": "Platform_App",
2025-05-09 07:04:51 +00:00
"RootUrl": "https://kurs.sozsoft.com",
2025-05-06 06:45:49 +00:00
"TokenLifeTime": 2,
"RefreshTokenLifeTime": 8760
},
"Platform_Swagger": {
"ClientId": "Platform_Swagger",
2025-05-09 07:04:51 +00:00
"RootUrl": "https://kurs-api.sozsoft.com"
2025-05-06 06:45:49 +00:00
},
"Platform_PublicApi": {
"ClientId": "Platform_PublicApi",
2025-05-09 07:04:51 +00:00
"RootUrl": "https://kurs.sozsoft.com",
2025-05-06 06:45:49 +00:00
"TokenLifeTime": 2,
"RefreshTokenLifeTime": 8760
}
}
}
}