generated from rohberg/volto-addon-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |