chore(deps): update jericx/syncclipboard-server docker tag to v3.1.1 (#3903)
This commit is contained in:
20
apps/syncclipboard-server/3.1.1/data/appsettings.json
Normal file
20
apps/syncclipboard-server/3.1.1/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