Skip to content

Commit

Permalink
update pywps recipe ... added user option
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Jun 25, 2015
1 parent 8496cad commit cd77d20
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,17 @@ http-port = 8092
https-port = 28092
output-port = 8090
log-level = WARN
user = ''

[versions]
#zc.buildout=2.2.5
#buildout.locallib = 0.3.1
#zc.recipe.egg = 2.0.1
birdhousebuilder.recipe.conda = 0.2.2
birdhousebuilder.recipe.docker = 0.2.1
birdhousebuilder.recipe.pywps = 0.2.5
birdhousebuilder.recipe.nginx = 0.2.1
birdhousebuilder.recipe.supervisor = 0.2.1
birdhousebuilder.recipe.pywps = 0.2.6
birdhousebuilder.recipe.nginx = 0.2.2
birdhousebuilder.recipe.supervisor = 0.2.2

[conda]
recipe = birdhousebuilder.recipe.conda
Expand Down Expand Up @@ -77,6 +78,7 @@ http_port = ${settings:http-port}
https_port = ${settings:https-port}
output_port = ${settings:output-port}
logLevel = ${settings:log-level}
user = ${settings:user}

title = Hummingbird
abstract = WPS processes for general tools used in the climate science community like cdo
Expand Down

0 comments on commit cd77d20

Please sign in to comment.