summaryrefslogtreecommitdiffstats
path: root/roles/obs/templates/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'roles/obs/templates/bashrc')
-rw-r--r--roles/obs/templates/bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/obs/templates/bashrc b/roles/obs/templates/bashrc
index 16a07f0..7e81001 100644
--- a/roles/obs/templates/bashrc
+++ b/roles/obs/templates/bashrc
@@ -124,3 +124,6 @@ export DISPLAY=${DISPLAY:-:{{ item.vnc_id }}}
if [ "x$DISP" != "x" ]; then
export DISPLAY={{ item.vnc_id }}
fi
+
+export OBS_PORT={{ item.obs_websocket_port }}
+export OBS_PASSWORD={{ obs_websocket_password }}