From ad24770d7253ff54ae21cb980952fcb88a5dd4ef Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Thu, 25 Sep 2014 16:16:15 -0700 Subject: [PATCH] Added configuration file for docs-draft. This adds a config.json file configured so that any docs-draft build will be able to consume the api at storyboard.openstack.org. For more information, see https://review.openstack.org/#/c/124211/ This patch won't actually do anything until the js-draft build has been taught to upload this file. Change-Id: I03a5be78e6188b51f7221fe782f6a7792b55a79f --- test/draft/config.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/draft/config.json diff --git a/test/draft/config.json b/test/draft/config.json new file mode 100644 index 00000000..bcfd594d --- /dev/null +++ b/test/draft/config.json @@ -0,0 +1 @@ +{"storyboardApiBase": "https://storyboard.openstack.org/api/v1"} \ No newline at end of file