web: fix config.js syntax

This commit is contained in:
Saúl Ibarra Corretgé
2024-01-12 14:57:06 +01:00
committed by GitHub
parent df88c7c1e3
commit 2a3f8fd5e9

View File

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