From 5ec81ea745cd732bfbbe663fd485e878276ad618 Mon Sep 17 00:00:00 2001 From: KatKatKateryna Date: Fri, 6 Sep 2024 18:12:09 +0100 Subject: [PATCH] fixes --- requirements.txt | 2 +- start.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 72d59b8..691c43c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,4 @@ shapely SQLAlchemy<2.0.0 tinydb unicodecsv -specklepy +specklepy==2.19.6 diff --git a/start.sh b/start.sh index 8c10552..955a496 100755 --- a/start.sh +++ b/start.sh @@ -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