Skip to content

Commit

Permalink
Create dockerfiles/_env
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jun 16, 2024
1 parent 39a547c commit 95bc263
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dockerfiles/_env
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
export INDEX_SERVER=opensearch:9200
export INDEX_OPENSEARCH=1
export INDEX_USE_SSL=1
export INDEX_LOGIN=admin
export INDEX_PASSWORD=mypswdappknowsmyindexserverpswd

export CELERY_BROKER=redis://redis:6379/0
export CELERY_LOG_LEVEL=debug

export PLONE_SERVICE=http://backend:8080
export PLONE_SITE_PREFIX_PATH=Plone
export PLONE_USER=admin
export PLONE_PASSWORD=mypswdappknowsmyplonepswd

export MAPPINGS_FILE=./configuration/mappings.json
export ANALYSIS_FILE=./configuration/analysis.json
export PREPROCESSINGS_FILE=./configuration/preprocessings.json

0 comments on commit 95bc263

Please sign in to comment.