-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
31 lines (31 loc) · 934 Bytes
/
appsettings.json
File metadata and controls
31 lines (31 loc) · 934 Bytes
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
{
"Logging": {
"LogLevel": {
"Default": "Trace",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"CosmosDb": "AccountEndpoint=https://host.docker.internal:8081/;AccountKey=C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw=="
},
"JWT": {
"ValidAudience": "http://localhost:5293",
"ValidIssuer": "http://localhost:5293",
"Secret": "jhs2uiYdjfkjfkjfkjfdjfkdjfkdjfkdjfdiifeJSDI7832jUH73hbjHD",
"RefreshSecret": "jhs2uiYdjfkjfkjfkjfdjfkdjfkdjfkdjfdiifeJSDI7832jUH73hbjHD",
"AccessTokenExpirationMinutes": 30,
"RefreshTokenExpirationDays": 10
},
"SuperAdminCredentials": {
"Email": "eemptyvessell@gmail.com",
"Password": "C0mpl3x!Adm1nPassw0rd"
},
"CosmosConfiguration": {
"DevDatabaseId": "tfsport-dev"
},
"CORS": {
"AllowedOrigins": [
]
},
"AllowedHosts": "*"
}