summary refs log tree commit diff
path: root/webrtc/src/start.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-30 23:28:04 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-30 23:28:04 +1100
commitd45b9d7caae80ad8384742118cd3587c99c52e79 (patch)
treedaa935670a7d2762493311afca6143a7a2d596b0 /webrtc/src/start.ts
parentMerge branch 'master' into maddyrtc (diff)
downloadserver-d45b9d7caae80ad8384742118cd3587c99c52e79.tar.xz
changes from yonks ago that I forgot to commit
Diffstat (limited to 'webrtc/src/start.ts')
-rw-r--r--webrtc/src/start.ts7
1 files changed, 4 insertions, 3 deletions
diff --git a/webrtc/src/start.ts b/webrtc/src/start.ts

index 98f06ad5..f902ec1b 100644 --- a/webrtc/src/start.ts +++ b/webrtc/src/start.ts
@@ -1,9 +1,10 @@ -//testing -process.env.DATABASE = "../bundle/database.db"; - import { config } from "dotenv"; config(); +//testing +process.env.DATABASE = "../bundle/database.db"; +process.env.DEBUG = "mediasoup*" + import { Server } from "./Server"; const server = new Server();