mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-02-13 16:29:15 +01:00
11 lines
202 B
Bash
Executable File
11 lines
202 B
Bash
Executable File
#!/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
|