Dev #11
@@ -4,5 +4,15 @@
|
|||||||
"Default": "Information",
|
"Default": "Information",
|
||||||
"Microsoft.AspNetCore": "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": "*",
|
"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": {
|
"Cors": {
|
||||||
"Origins": [
|
"Origins": [
|
||||||
"http://localhost:5173",
|
"http://localhost:5173",
|
||||||
@@ -39,8 +29,8 @@
|
|||||||
"MinimumLevel": {
|
"MinimumLevel": {
|
||||||
"Default": "Information",
|
"Default": "Information",
|
||||||
"Override": {
|
"Override": {
|
||||||
"Microsoft": "Warning",
|
"Microsoft": "Information",
|
||||||
"System": "Warning"
|
"System": "Information"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ services:
|
|||||||
- ModeusApi:BaseUrl=${MODEUS_API_BASE_URL}
|
- ModeusApi:BaseUrl=${MODEUS_API_BASE_URL}
|
||||||
- ModeusApi:ApiKey=${MODEUS_API_KEY}
|
- ModeusApi:ApiKey=${MODEUS_API_KEY}
|
||||||
|
|
||||||
- Gamification:XpThresholds=${GAMIFICATION_XP_THRESHOLDS:[0, 100, 300, 600, 1000, 1500, 2500, 4000]}
|
- Gamification:XpThresholds=${GAMIFICATION_XP_THRESHOLDS:-[0, 100, 300, 600, 1000, 1500, 2500, 4000]}
|
||||||
|
|
||||||
- ConnectionStrings:DefaultConnection=Host=db;Port=5432;Database=${POSTGRES_DATABASE:-universe};Username=${POSTGRES_USER};Password=${POSTGRES_PASSWORD}
|
- ConnectionStrings:DefaultConnection=Host=db;Port=5432;Database=${POSTGRES_DATABASE:-universe};Username=${POSTGRES_USER};Password=${POSTGRES_PASSWORD}
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8088:8080"
|
- "8088:8080"
|
||||||
environment:
|
environment:
|
||||||
|
- ASPNETCORE_ENVIRONMENT=Development
|
||||||
- ASPNETCORE_FORWARDEDHEADERS_ENABLED=true
|
- ASPNETCORE_FORWARDEDHEADERS_ENABLED=true
|
||||||
|
|
||||||
- AzureAd:Instance=${AzureAd_Instance:-https://login.microsoftonline.com/}
|
- AzureAd:Instance=${AzureAd_Instance:-https://login.microsoftonline.com/}
|
||||||
@@ -32,7 +33,7 @@ services:
|
|||||||
- ModeusApi:BaseUrl=${MODEUS_API_BASE_URL}
|
- ModeusApi:BaseUrl=${MODEUS_API_BASE_URL}
|
||||||
- ModeusApi:ApiKey=${MODEUS_API_KEY}
|
- ModeusApi:ApiKey=${MODEUS_API_KEY}
|
||||||
|
|
||||||
- Gamification:XpThresholds=${GAMIFICATION_XP_THRESHOLDS:[0, 100, 300, 600, 1000, 1500, 2500, 4000]}
|
- Gamification:XpThresholds=${GAMIFICATION_XP_THRESHOLDS:-[0, 100, 300, 600, 1000, 1500, 2500, 4000]}
|
||||||
|
|
||||||
- ConnectionStrings:DefaultConnection=Host=db;Port=5432;Database=${POSTGRES_DATABASE};Username=${POSTGRES_USER};Password=${POSTGRES_PASSWORD}
|
- ConnectionStrings:DefaultConnection=Host=db;Port=5432;Database=${POSTGRES_DATABASE};Username=${POSTGRES_USER};Password=${POSTGRES_PASSWORD}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user