-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
39 lines (39 loc) · 1.24 KB
/
appsettings.json
File metadata and controls
39 lines (39 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"ConnectionStrings": {
"DefaultConnection": "server=localhost;port=3306;database=test_db;user=root;password=root;Persist Security Info=False;Connect Timeout=300"
},
"AzureStorage": {
"ConnectionString": "UseDevelopmentStorage=true",
"PrivateContainerName": "submissions",
"PublicPhotosContainerName": "classroom-photos",
"PublicProfilePhotosContainerName": "user-profile-photos",
"PublicStorageBaseUrl": "http://127.0.0.1:10000/devstoreaccount1"
},
"Jwt": {
"Issuer": "webcodework-be",
"Audience": "webcodewok-fe",
"Key": "ho?fra!gensam0arasafacaho?fra!gensam0arasafacaho?fra!gensam0arasafaca",
"ExpirationHours": 5
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
}
},
"CodeRunnerService": {
"BaseUrl": "http://localhost:5167",
"ApiKey": "zX).G?XKt3JQ79QP$n$wchOlhuM}03#Lq}<8yJIG.9&4R,6]D7hQ#Fcs'i0NA=d",
"ApiHeaderName": "X-Api-Key",
"MaxTimeSecondsPerEvaluation": 120
},
"AIEvaluation": {
"OpenRouter": {
"ApiKey": "",
"Model": "xiaomi/mimo-v2-flash:free"
}
},
"FrontendOrigin": "http://localhost:5173",
"AllowedHosts": "*"
}