Skip to content

Commit

Permalink
Add default faf datasource config
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Dec 16, 2021
1 parent 3f23007 commit 21e7fe3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ spring:
application:
name: FAF Java API
datasource:
url: jdbc:mariadb://${DATABASE_ADDRESS}/${DATABASE_NAME:faf}?useSSL=false
name: faf
username: ${DATABASE_USERNAME}
password: ${DATABASE_PASSWORD}
configuration:
connection-test-query: SELECT 1 FROM DUAL
minimum-idle: 2
Expand Down

0 comments on commit 21e7fe3

Please sign in to comment.