Hatalar vermeye başladı. Listelerdeki veriler yüklenmeden yeni butonuna basınca hata aldım.
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"App": {
|
|
"SelfUrl": "https://localhost:44344",
|
|
"ClientUrl": "http://localhost:3000",
|
|
"CorsOrigins": "http://localhost,http://localhost:3000,http://localhost:4200",
|
|
"RedirectAllowedUrls": "http://localhost:4200,http://localhost:4200/authentication/callback",
|
|
"AttachmentsPath": "C:\\Private\\Projects\\sozsoft\\configs\\mail-queue\\attachments",
|
|
"CdnPath": "C:\\Private\\Projects\\sozsoft\\configs\\docker\\cdn",
|
|
"Version": "1.0.1"
|
|
},
|
|
"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"
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "https://localhost:44344",
|
|
"RequireHttpsMetadata": false,
|
|
"SwaggerClientId": "Platform_Swagger"
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "UQpiYfT79zRZ3yYH"
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information"
|
|
}
|
|
}
|
|
}
|