Skip to content

Commit

Permalink
Update .env.example to use dynamic proxy server configuration for CKA…
Browse files Browse the repository at this point in the history
…NEXT__IEPNB_SERVER
  • Loading branch information
mjanez committed Oct 22, 2024
1 parent 032ce05 commit 04ec754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ CKANEXT__SPARQL__ENDPOINT_URL=https://datos.iepnb.es/sparql
CKANEXT__SPARQL__HIDE_ENDPOINT_URL=False

# ckanext-iepnb
CKANEXT__IEPNB_SERVER=https://des.iepnb.es
CKANEXT__IEPNB_SERVER=${PROXY_SERVER_PROTOCOL}://${PROXY_SERVER_NAME}
CKANEXT__IEPNB_SERVER_I18N=False
CKANEXT__IEPNB_PATH_MENU=/apis/menu_items/main
CKANEXT__IEPNB_BREADCRUMBS='[{"title":"Nuestros datos","description":"Nuestros datos", "relative":"/nuestros-datos"},{"title":"Catálogo de datos","description":"Catálogo de datos", "relative":"/catalogo/dataset"}]'
Expand Down

0 comments on commit 04ec754

Please sign in to comment.