fixes
flake8 / flake8_py3 (push) Has been cancelled
Build / main (3.10) (push) Has been cancelled
Build / admin (3.10) (push) Has been cancelled
Check vulnerabilities / vulnerabilities (push) Has been cancelled

This commit is contained in:
KatKatKateryna
2024-09-06 18:12:09 +01:00
parent 79b0116d9a
commit 5ec81ea745
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ shapely
SQLAlchemy<2.0.0
tinydb
unicodecsv
specklepy
specklepy==2.19.6
+1 -1
View File
@@ -2,7 +2,7 @@ source .venv/bin/activate
export PYGEOAPI_CONFIG="example-config.yml"
export PYGEOAPI_OPENAPI="example-openapi.yml"
export MAPTILER_KEY_LOCAL="qam9vwl7bVk5tW1oZu46"
export MAPTILER_KEY_SPECKLE="qam9vwl7bVk5tW1oZu46"
export PORT=8000
gunicorn pygeoapi.flask_app:APP --timeout 100000 --access-logfile access_log --error-logfile error_log --capture-output