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

Skip to content
Snippets Groups Projects
Commit 33abf6d9 authored by Daniel Rainer's avatar Daniel Rainer
Browse files

Change SPRING_DATASOURCE_URL port to 3307

parent a0f8e86b
Branches
1 merge request!38Resolve "Easy Access to ReadMe.md (and potentially other files)"
...@@ -6,7 +6,7 @@ services: ...@@ -6,7 +6,7 @@ services:
- _JAVA_OPTIONS=-Xmx512m -Xms256m - _JAVA_OPTIONS=-Xmx512m -Xms256m
- SPRING_PROFILES_ACTIVE=prod,swagger - SPRING_PROFILES_ACTIVE=prod,swagger
- MANAGEMENT_METRICS_EXPORT_PROMETHEUS_ENABLED=true - MANAGEMENT_METRICS_EXPORT_PROMETHEUS_ENABLED=true
- SPRING_DATASOURCE_URL=jdbc:mysql://gitsearch-mysql:3306/gitsearch?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC&createDatabaseIfNotExist=true - SPRING_DATASOURCE_URL=jdbc:mysql://gitsearch-mysql:3307/gitsearch?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC&createDatabaseIfNotExist=true
- JHIPSTER_SLEEP=30 # gives time for other services to boot before the application - JHIPSTER_SLEEP=30 # gives time for other services to boot before the application
- SPRING_DATA_JEST_URI=http://gitsearch-elasticsearch:9200 - SPRING_DATA_JEST_URI=http://gitsearch-elasticsearch:9200
- SPRING_ELASTICSEARCH_REST_URIS=http://gitsearch-elasticsearch:9200 - SPRING_ELASTICSEARCH_REST_URIS=http://gitsearch-elasticsearch:9200
......
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