Multiuser system initiated with log recording
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
if (-not $env:MXPIC_SECRET_KEY) {
|
||||
$env:MXPIC_SECRET_KEY = "replace-this-with-a-long-random-office-secret"
|
||||
}
|
||||
|
||||
$env:MXPIC_HOST = "0.0.0.0"
|
||||
$env:MXPIC_PORT = "3000"
|
||||
$env:MXPIC_DEBUG = "0"
|
||||
|
||||
python backend\server.py
|
||||
Reference in New Issue
Block a user