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 /webbpsf | |
parent | 55919b31673391a35ce4f4ce6f60020e3685ee2b (diff) | |
download | cbc-recipes-e4e2ad637d6d1efd52ef825decda822652f5df30.tar.gz |
cbc_cgi moved to internal configs. Missing newlines added.
Diffstat (limited to 'webbpsf')
-rw-r--r-- | webbpsf/webbpsf.ini | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/webbpsf/webbpsf.ini b/webbpsf/webbpsf.ini index 74411f9..64969ac 100644 --- a/webbpsf/webbpsf.ini +++ b/webbpsf/webbpsf.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: webbpsf version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git |