Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛Db-Listener: fix env variables #4302

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .env-wb-db-event-listener
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
WEBSERVER_ACTIVITY=null
WEBSERVER_CATALOG=null
WEBSERVER_NOTIFICATIONS=0
# WEBSERVER_DB_LISTENER=1 explicitely enabled in docker-compose
# WEBSERVER_DB_LISTENER=1 explicitly enabled in docker-compose
WEBSERVER_DIAGNOSTICS=null
#WEBSERVER_DIRECTOR_V2 from .env
WEBSERVER_DIRECTOR=null
Expand All @@ -18,7 +18,7 @@ WEBSERVER_GARBAGE_COLLECTOR=null
WEBSERVER_LOGIN=null
WEBSERVER_PROJECTS=null
#WEBSERVER_RABBITMQ from .env
WEBSERVER_REDIS=null
#WEBSERVER_REDIS from .env
#WEBSERVER_REST needed for the healthcheck
#WEBSERVER_RESOURCE_MANAGER from .env
WEBSERVER_SCICRUNCH=null
Expand All @@ -32,7 +32,7 @@ WEBSERVER_GROUPS=0
WEBSERVER_META_MODELING=0
WEBSERVER_PRODUCTS=0
WEBSERVER_PUBLICATIONS=0
#WEBSERVER_SOCKETIO=1 explicitely enabled in docker-compose
#WEBSERVER_SOCKETIO=1 explicitly enabled in docker-compose
WEBSERVER_STUDIES_DISPATCHER=null
WEBSERVER_TAGS=0
WEBSERVER_USERS=0
Expand Down