Saúl Ibarra Corretgé пре 1 година
родитељ
комит
2a3f8fd5e9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      web/rootfs/defaults/settings-config.js

+ 1 - 1
web/rootfs/defaults/settings-config.js

@@ -177,7 +177,7 @@ config.liveStreaming = {
 {{ if .Env.DROPBOX_APPKEY -}}
 // Enable the dropbox integration.
 config.dropbox = {
-    appKey = '{{ .Env.DROPBOX_APPKEY }}'
+    appKey: '{{ .Env.DROPBOX_APPKEY }}'
 };
 
 {{ if .Env.DROPBOX_REDIRECT_URI -}}