From 3e32cba1ff5b520b294d384cd85f7c2f8dbfc5e7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 4 Aug 2021 18:16:15 +0200 Subject: [PATCH] Update config.json --- cloudcommander/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloudcommander/config.json b/cloudcommander/config.json index d2a884919..f8944740c 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -37,6 +37,7 @@ "cifsusername": "str?", "cifspassword": "str?", "smbv1": "bool?", - "CUSTOM_OPTIONS": "str?" + "CUSTOM_OPTIONS": "str?", + "DROPBOX_TOKEN": "str?", } }