erp-platform/api/src/Kurs.Platform.DbMigrator/appsettings.json
Sedat ÖZTÜRK 4e555e9cc6 Kurs -> Erp
2025-11-03 14:25:05 +03:00

36 lines
1.3 KiB
JSON

{
"Seed": false,
"ConnectionStrings": {
"SqlServer": "Server=localhost;Database=Erp;User Id=sa;password=NvQp8s@l;Trusted_Connection=False;Encrypt=False;TrustServerCertificate=True;Connection Timeout=60;",
"PostgreSql": "User ID=sa;Password=NvQp8s@l;Host=localhost;Port=5432;Database=Erp;"
},
"Redis": {
"IsEnabled": "true",
"Configuration": "127.0.0.1:6379,abortConnect=false,connectTimeout=30000,responseTimeout=30000"
},
"OpenIddict": {
"Applications": {
"Platform_Web": {
"ClientId": "Platform_Web",
"ClientSecret": "1q2w3e*",
"RootUrl": "https://localhost:44391"
},
"Platform_App": {
"ClientId": "Platform_App",
"RootUrl": "http://localhost:3000",
"TokenLifeTime": 2,
"RefreshTokenLifeTime": 8760
},
"Platform_Swagger": {
"ClientId": "Platform_Swagger",
"RootUrl": "https://localhost:44344"
},
"Platform_PublicApi": {
"ClientId": "Platform_PublicApi",
"RootUrl": "http://localhost:3000",
"TokenLifeTime": 2,
"RefreshTokenLifeTime": 8760
}
}
}
}