web: fix config.js syntax

pull/1708/head
Saúl Ibarra Corretgé 11 months ago committed by GitHub
parent df88c7c1e3
commit 2a3f8fd5e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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 -}}

Loading…
Cancel
Save