Skip to content

Commit

Permalink
update pywps recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Jun 24, 2015
1 parent 3d2d1a1 commit 8496cad
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,18 @@ parts =
proxy-enabled = false
hostname = localhost
http-port = 8092
https-port = 28092
output-port = 8090
log-level = INFO
log-level = WARN

[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.4
buildout.locallib = 0.3.1
zc.recipe.egg = 2.0.1
birdhousebuilder.recipe.nginx = 0.2.0
birdhousebuilder.recipe.pywps = 0.2.5
birdhousebuilder.recipe.nginx = 0.2.1
birdhousebuilder.recipe.supervisor = 0.2.1

[conda]
Expand Down Expand Up @@ -72,7 +73,8 @@ providerName = Birdhouse/Hummingbird
providerSite = http://birdhouse-hummingbird.readthedocs.org/en/latest/
processesPath = ${buildout:directory}/processes
hostname = ${settings:hostname}
port = ${settings:http-port}
http_port = ${settings:http-port}
https_port = ${settings:https-port}
output_port = ${settings:output-port}
logLevel = ${settings:log-level}

Expand Down

0 comments on commit 8496cad

Please sign in to comment.