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
Commits
5cfd695e
Commit
5cfd695e
authored
1 year ago
by
Cont Deploy
Browse files
Options
Downloads
Patches
Plain Diff
adapt configs for mail sending
parent
ea4223eb
Branches
Branches containing commit
2 merge requests
!203
Just trivial merge back from master to development
,
!194
Merge Master Bugfix back to Development
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/resources/config/application-prod.yml
+9
-5
9 additions, 5 deletions
src/main/resources/config/application-prod.yml
src/main/resources/config/application-staging.yml
+6
-0
6 additions, 0 deletions
src/main/resources/config/application-staging.yml
with
15 additions
and
5 deletions
src/main/resources/config/application-prod.yml
+
9
−
5
View file @
5cfd695e
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/config/application-staging.yml
+
6
−
0
View file @
5cfd695e
...
...
@@ -66,8 +66,14 @@ spring:
mail
:
host
:
smtp.uibk.ac.at
port
:
25
from
:
artemis-support-informatik@uibk.ac.at
username
:
${MAIL_USERNAME}
password
:
${MAIL_PASSWORD}
smtp
:
auth
:
true
starttls
:
enable
:
true
required
:
true
messages
:
cache-duration
:
PT1S
# 1 second, see the ISO 8601 standard
thymeleaf
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment