feat:添加syncclipboard-server到列表
This commit is contained in:
20
apps/syncclipboard-server/latest/data/appsettings.json
Normal file
20
apps/syncclipboard-server/latest/data/appsettings.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"Http": {
|
||||
"Url": "http://0.0.0.0:5033"
|
||||
}
|
||||
}
|
||||
},
|
||||
"AppSettings": {
|
||||
"UserName": "admin",
|
||||
"Password": "admin"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user