web: fix config.js syntax
This commit is contained in:
committed by
GitHub
parent
df88c7c1e3
commit
2a3f8fd5e9
@@ -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 -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user