diff options
Diffstat (limited to 'specview')
-rw-r--r-- | specview/specview.ini | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/specview/specview.ini b/specview/specview.ini index 713d4b0..490053b 100644 --- a/specview/specview.ini +++ b/specview/specview.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: specview #version: 0.2 @@ -45,4 +38,4 @@ linux: windows: python setup.py install - if errorlevel 1 exit 1
\ No newline at end of file + if errorlevel 1 exit 1 |