Browse Source

web: fix config.js syntax

Saúl Ibarra Corretgé 1 year ago
parent
commit
2a3f8fd
1 changed files with 1 additions and 1 deletions
  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 -}}