Skip to content

Commit a568f35

Browse files
Added default config file
1 parent b9668a0 commit a568f35

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"Kestrel": {
3+
"EndPoints": {
4+
"Http": {
5+
"Url": "http://0.0.0.0:5254"
6+
}
7+
}
8+
},"Logging": {
9+
"LogLevel": {
10+
"Default": "Information",
11+
"Microsoft.AspNetCore": "Warning"
12+
}
13+
},
14+
"AllowedHosts": "*",
15+
"ConnectionStrings": {
16+
"KekUploadDb": "Server=localhost;Database=upload;Port=5432;Username=postgres;Password=password;"
17+
},
18+
"MaxExtensionLength": 10,
19+
"IdLength": 12,
20+
"BaseUrl": "http://localhost:5254",
21+
"Description": "KekUpload",
22+
"EmbedColor": "#2BFF00",
23+
"WebRoot": "web",
24+
"ThumbnailDirectory": "thumbs"
25+
}

0 commit comments

Comments
 (0)