This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
41
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Merge requests
!277
Bringing fixes to production
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bringing fixes to production
development
into
master
Overview
0
Commits
4
Pipelines
0
Changes
7
Merged
Michael Breu
requested to merge
development
into
master
7 months ago
Overview
0
Commits
4
Pipelines
0
Changes
7
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b101146b
4 commits,
7 months ago
7 files
+
52
−
18
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
src/main/docker/gitsearch.yml
+
1
−
2
Options
@@ -12,7 +12,7 @@ services:
-
_JAVA_OPTIONS=-Xmx512m -Xms256m
-
SPRING_PROFILES_ACTIVE=${SPRING_PROFILES_ACTIVE}
-
MANAGEMENT_METRICS_EXPORT_PROMETHEUS_ENABLED=true
-
SPRING_DATASOURCE_URL=jdbc:mysql://sharing_mysql:3306/gitsearch?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC&createDatabaseIfNotExist=true
-
SPRING_DATASOURCE_URL=jdbc:mysql://sharing_mysql:3306/gitsearch?useUnicode=true&
allowPublicKeyRetrieval=true&
characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC&createDatabaseIfNotExist=true
-
JHIPSTER_SLEEP=5
# gives a small time for other services to boot before the application
-
SPRING_DATA_JEST_URI=http://sharing_elasticsearch:9200
-
SPRING_ELASTICSEARCH_REST_URIS=http://sharing_elasticsearch:9200
@@ -91,7 +91,6 @@ services:
GITLAB_HOME
:
$GITLAB_HOME
EXTERNAL_URL
:
$EXTERNAL_URL
GITLAB_HOSTNAME
:
$GITLAB_HOSTNAME
GITLAB_API_ROOT_ACCESS_TOKEN
:
$GITLAB_API_ROOT_ACCESS_TOKEN
INDEXING_SERVICE_URL
:
$INDEXING_SERVICE_URL
MAIL_USERNAME
:
$MAIL_USERNAME
MAIL_PASSWORD
:
$MAIL_PASSWORD