Skip to content

Commit

Permalink
Issue #5 - Includes apiKey as part of the config map
Browse files Browse the repository at this point in the history
  • Loading branch information
iperdomo committed Jun 18, 2013
1 parent ca04b59 commit 7ba6898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject flow-services "0.5.0"
(defproject flow-services "0.5.1"
:description "HTTP layer to applets functionality"
:url "https://github.com/akvo/akvo-flow-services"
:license {:name "GNU Affero General Public License"
Expand Down
1 change: 1 addition & 0 deletions src/akvo/flow_services/config.clj
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,5 @@
"dataSig" (config "surveyDataS3Sig")
"imagePolicy" (config "imageS3Policy")
"imageSig" (config "imageS3Sig")
"apiKey" (config "apiKey")
"surveyId" surveyId}))

0 comments on commit 7ba6898

Please # to comment.