diff --git a/uwsgi-python/templates/apps/gl-rt-bridge.j2 b/uwsgi-python/templates/apps/gl-rt-bridge.j2 index 440d1d3e047c973c196d65c27235c602b84500a0..056c387b9c8e343facec96e7f11c61adb5de2e33 100644 --- a/uwsgi-python/templates/apps/gl-rt-bridge.j2 +++ b/uwsgi-python/templates/apps/gl-rt-bridge.j2 @@ -1,6 +1,6 @@ --- issue_tag: {{ gl_rt_bridge.issue_tag }} -token: {{ (2**2048)|random }} +token: "{{ (2**2048)|random }}" rt: server: {{ gl_rt_bridge.rt_server }} user: {{ gl_rt_bridge.rt_user }}