This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 798c0c46 authored by Cont Deploy's avatar Cont Deploy
Browse files

making file_hooks work

parent c592a113
Branches
1 merge request!224Bringing productive changes back to development
...@@ -141,7 +141,6 @@ services: ...@@ -141,7 +141,6 @@ services:
INDEXING_SERVICE_URL: $INDEXING_SERVICE_URL INDEXING_SERVICE_URL: $INDEXING_SERVICE_URL
MAIL_USERNAME: $MAIL_USERNAME MAIL_USERNAME: $MAIL_USERNAME
MAIL_PASSWORD: $MAIL_PASSWORD MAIL_PASSWORD: $MAIL_PASSWORD
FILEHOOKS_CONFIG_FILE: $FILEHOOKS_CONFIG_FILE
GITLAB_OMNIBUS_CONFIG: | GITLAB_OMNIBUS_CONFIG: |
external_url '$EXTERNAL_URL' external_url '$EXTERNAL_URL'
registry_external_url '$EXTERNAL_URL:5051' registry_external_url '$EXTERNAL_URL:5051'
......
...@@ -64,7 +64,7 @@ if __name__ == "__main__": # pragma: no cover ...@@ -64,7 +64,7 @@ if __name__ == "__main__": # pragma: no cover
logging.config.dictConfig(logger_setup) logging.config.dictConfig(logger_setup)
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
indexServiceURL = os.getenv("INDEXING_SERVICE_URL") indexServiceURL = "http://sharing_search:8080/api/gitlab/eventListener"
if(indexServiceURL is None): if(indexServiceURL is None):
logger.error("INDEXING_SERVICE_URL is not set") logger.error("INDEXING_SERVICE_URL is not set")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment