We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f23007 commit 21e7fe3Copy full SHA for 21e7fe3
1 file changed
src/main/resources/config/application.yml
@@ -88,6 +88,10 @@ spring:
88
application:
89
name: FAF Java API
90
datasource:
91
+ url: jdbc:mariadb://${DATABASE_ADDRESS}/${DATABASE_NAME:faf}?useSSL=false
92
+ name: faf
93
+ username: ${DATABASE_USERNAME}
94
+ password: ${DATABASE_PASSWORD}
95
configuration:
96
connection-test-query: SELECT 1 FROM DUAL
97
minimum-idle: 2
0 commit comments