From 77eeed8ed2fd9fd6309c0e15f077c8de5ab01250 Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Tue, 29 Sep 2015 10:26:57 -0700 Subject: [PATCH] Add SOUNDCLOUD_CLIENT_ID to app.json. --- app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.json b/app.json index 623f7d1..a7ebbd8 100644 --- a/app.json +++ b/app.json @@ -28,6 +28,10 @@ "INSTAGRAM_CLIENT_SECRET": { "description": "(Optional) Your Instagram client secret.", "required": false + }, + "SOUNDCLOUD_CLIENT_ID": { + "description": "(Optional) Your SoundCloud client id.", + "required": false } } }