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

36 lines
1.3 KiB
JSON
Raw Normal View History

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