generated from karsten.jeppesen/KAJE-Template
Quizzer-8: Migrating to .NET 10
This commit is contained in:
20
Quizzer-8/Quizzer/appsettings.json
Normal file
20
Quizzer-8/Quizzer/appsettings.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Comment1": "Arguments database Connection",
|
||||
"QUIZZER_DBCONNECTION": "server=localhost;user id=quizzer;password=12tf56so;persistsecurityinfo=True;database=Q",
|
||||
"Comment2": "Arguments for KeyCloak API Connection",
|
||||
"API_SERVER": "auth.a.ucnit.eu",
|
||||
"API_REALM": "UCNit",
|
||||
"API_CLIENTID": "API",
|
||||
"API_SECRET": "u58wi7fY6GhBBrQsEIMcqsH4RnwdEpOw",
|
||||
"Comment3": "Arguments for KeyCloak Code Flow",
|
||||
"OpenIDRealmURI": "https://auth.a.ucnit.eu/realms/UCNit",
|
||||
"OpenIDClient": "General",
|
||||
"OpenIDSecret": "7mIerwlVkhOX6wWYIWMzh3qiJq8pm1dn"
|
||||
}
|
||||
Reference in New Issue
Block a user