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
!194
Merge Master Bugfix back to Development
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merge Master Bugfix back to Development
master
into
development
Overview
0
Commits
17
Pipelines
0
Changes
13
Merged
Michael Breu
requested to merge
master
into
development
1 year ago
Overview
0
Commits
17
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
5cfd695e
Prev
Next
Show latest version
2 files
+
15
−
5
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
5cfd695e
adapt configs for mail sending
· 5cfd695e
Cont Deploy
authored
1 year ago
src/main/resources/config/application-prod.yml
+
9
−
5
Options
@@ -46,19 +46,23 @@ spring:
useServerPrepStmts
:
true
# jpa:
# elasticsearch:
# rest:
# set by spring config
# uris: http://sharing_elasticsearch:9200
# rest:
# set by spring config
# uris: http://sharing_elasticsearch:9200
# Replace by 'prod, faker' to add the faker context and have sample data loaded in production
liquibase
:
contexts
:
prod
mail
:
host
:
smtp.uibk.ac.at
port
:
25
from
:
artemis-support-informatik@uibk.ac.at
username
:
${MAIL_USERNAME}
password
:
${MAIL_PASSWORD}
from
:
no-reply@uibk.ac.at
enabled
:
true
smtp
:
auth
:
true
starttls
:
enable
:
true
required
:
true
thymeleaf
:
cache
:
true
security
: