fix: настроек приложения
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Successful in 3s
🚀 Create and publish a Docker image / Build & publish backend image (push) Successful in 21s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Successful in 2s
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Successful in 3s
🚀 Create and publish a Docker image / Build & publish backend image (push) Successful in 21s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Successful in 2s
This commit is contained in:
@@ -4,5 +4,15 @@
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Information"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=db;Port=5444;Database=universe;Username=universe;Password=pass"
|
||||
},
|
||||
"Jwt": {
|
||||
"Secret": "default-dev-secret-key-change-in-production-32chars!!",
|
||||
"Issuer": "UniVerse",
|
||||
"Audience": "UniVerse",
|
||||
"AccessTokenExpirationMinutes": "30",
|
||||
"RefreshTokenExpirationDays": "30"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,16 +7,6 @@
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=localhost;Port=5432;Database=universe;Username=postgres;Password=postgres"
|
||||
},
|
||||
"Jwt": {
|
||||
"Secret": "default-dev-secret-key-change-in-production-32chars!!",
|
||||
"Issuer": "UniVerse",
|
||||
"Audience": "UniVerse",
|
||||
"AccessTokenExpirationMinutes": "30",
|
||||
"RefreshTokenExpirationDays": "30"
|
||||
},
|
||||
"Cors": {
|
||||
"Origins": [
|
||||
"http://localhost:5173",
|
||||
@@ -39,8 +29,8 @@
|
||||
"MinimumLevel": {
|
||||
"Default": "Information",
|
||||
"Override": {
|
||||
"Microsoft": "Warning",
|
||||
"System": "Warning"
|
||||
"Microsoft": "Information",
|
||||
"System": "Information"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user