We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9668a0 commit a568f35Copy full SHA for a568f35
KekUploadServer/appsettings.default.json
@@ -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