We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1e29c commit 7da5821Copy full SHA for 7da5821
run-stacserver.sh
@@ -5,6 +5,6 @@ until pg_isready; do
5
sleep 2
6
done
7
8
-hypercorn stac_fastapi_pgstac.app:app \
+hypercorn stac_fastapi.pgstac.app:app \
9
-b "$APP_HOST:$APP_PORT" \
10
$STAC_SERVER_OPTIONS
0 commit comments