mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-04 17:16:22 +02:00
Add authentication and improve server side configuration
This commit is contained in:
@@ -15,5 +15,19 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"AllowedHosts": "*",
|
||||
"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