We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d5031 commit 61a4473Copy full SHA for 61a4473
src/main/resources/application.yml
@@ -18,8 +18,8 @@ spring:
18
19
datasource:
20
url: jdbc:mysql:thin://operations-mysql:3306/messagegateway
21
- username: root
22
- password: 4ET6ywqlGt
+ username: ${MYSQL_USERNAME:root}
+ password: ${MYSQL_PASSWORD:password}
23
driver-class-name: org.drizzle.jdbc.DrizzleDriver
24
25
# Status Callback configuration for Twilio. Port will be taken from server configuration
0 commit comments