diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-07 00:17:26 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-07 00:17:26 -0400 |
commit | e4e2ad637d6d1efd52ef825decda822652f5df30 (patch) | |
tree | f9f13a39e1eb94882c6c71af5e124c912b2bb4f0 /poppy | |
parent | 55919b31673391a35ce4f4ce6f60020e3685ee2b (diff) | |
download | cbc-recipes-e4e2ad637d6d1efd52ef825decda822652f5df30.tar.gz |
cbc_cgi moved to internal configs. Missing newlines added.
Diffstat (limited to 'poppy')
-rw-r--r-- | poppy/poppy.ini | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/poppy/poppy.ini b/poppy/poppy.ini index 48d2c8d..06a1730 100644 --- a/poppy/poppy.ini +++ b/poppy/poppy.ini @@ -1,10 +1,3 @@ -[cbc_cgi] -local_server: true -local_port: 8888 -local_sources: /srv/conda/sources -protocol: http -url: ${cbc_cgi:protocol}://localhost:${cbc_cgi:local_port} - [package] name: poppy version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git |