separate bbb-html5

This commit is contained in:
chandi
2020-04-09 22:33:27 +02:00
parent 2d6e43193d
commit e2901ddd81
10 changed files with 205 additions and 60 deletions

10
mod/html5/entrypoint.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
cd /app
export ROOT_URL=http://127.0.0.1/html5client
export MONGO_URL=mongodb://10.7.7.6/meteor
export NODE_ENV=production
export ENVIRONMENT_TYPE=production
export PORT=3000
node main.js