8e9a75d149
- fix path of the html5 config file to apply METEOR_SETTINGS - remove TLS from coturn, in order to keep the ssl certificate on traefik only - configure stun on bbb-web as well - allow turn domain/address to be different from the server domain
6 lines
151 B
Bash
Executable File
6 lines
151 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
export METEOR_SETTINGS=` jq "${METEOR_SETTINGS_MODIFIER}" ./programs/server/assets/app/config/settings-production.json `
|
|
|
|
node main.js
|