mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-04 09:06:20 +02:00
Move code to src folder
This commit is contained in:
@@ -1,45 +0,0 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"Http": {
|
||||
"Url": "http://*:5000"
|
||||
},
|
||||
"Https": {
|
||||
"Url": "https://*:5001"
|
||||
}
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Execution": {
|
||||
"ExecutionEnvironment": "AssemblyLoadContext"
|
||||
},
|
||||
"DockerExecution": {
|
||||
"DockerHost": null,
|
||||
"WorkerImageName": "remoteexec-worker:latest",
|
||||
"ContainerTimeoutSeconds": 300,
|
||||
"ContainerMemoryLimitMb": 512,
|
||||
"ContainerCpuShares": 1024,
|
||||
"DisableNetwork": true,
|
||||
"ReadOnlyFilesystem": false
|
||||
},
|
||||
"Authentication": {
|
||||
"ApiKeys": [
|
||||
{
|
||||
"Key": "dev-api-key-1",
|
||||
"Description": "Dev client 1",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Key": "dev-api-key-2",
|
||||
"Description": "Dev client 2",
|
||||
"Enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user