From 0cd32e5c41c6f8b9cc5897fabe72ae6bd2d0bf68 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 17 Apr 2017 17:55:38 +0100 Subject: [PATCH] Add AWS environment config vars Work towards #140 --- .ebextensions/environment.config | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .ebextensions/environment.config diff --git a/.ebextensions/environment.config b/.ebextensions/environment.config new file mode 100644 index 00000000..999ac6b0 --- /dev/null +++ b/.ebextensions/environment.config @@ -0,0 +1,9 @@ +option_settings: + - option_name: GITHUB_REPO + value: "Repository for the application's releases" + - option_name: GITHUB_TOKEN + value: "Access token for GitHub API" + - option_name: API_USERNAME + value: "Username for private API access" + - option_name: API_PASSWORD + value: "Password for private API access"