Skip to content

Commit

Permalink
Set reverse proxy configuration disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
francbartoli committed Nov 1, 2024
1 parent 582e482 commit fbcbf4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ DEV_PYGEOAPI_OPENAPI=pygeoapi-openapi.yml
DEV_PYGEOAPI_SECURITY_SCHEME=http
# fastgeoapi
DEV_FASTGEOAPI_CONTEXT=/geoapi
DEV_FASTGEOAPI_REVERSE_PROXY=true
DEV_FASTGEOAPI_REVERSE_PROXY=false

# prod configs
PROD_ROOT_PATH=
Expand Down Expand Up @@ -87,4 +87,4 @@ PROD_PYGEOAPI_OPENAPI=pygeoapi-openapi.yml
PROD_PYGEOAPI_SECURITY_SCHEME=http
# fastgeoapi
PROD_FASTGEOAPI_CONTEXT=/geoapi
PROD_FASTGEOAPI_REVERSE_PROXY=true
PROD_FASTGEOAPI_REVERSE_PROXY=false

0 comments on commit fbcbf4c

Please sign in to comment.