File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- spring.datasource.url =jdbc:postgresql://localhost:5432/registration
2- spring.datasource.username =postgres
3- spring.datasource.password =postgres
1+ spring.datasource.url =${DB_URL}
2+ spring.datasource.username =${DB_USERNAME}
3+ spring.datasource.password =${DB_PASSWORD}
44spring.datasource.driver-class-name =org.postgresql.Driver
55spring.jpa.hibernate.ddl-auto =update
66spring.jpa.show-sql =true
@@ -12,7 +12,7 @@ server.port=1000
1212spring.mail.host =smtp.gmail.com
1313spring.mail.port =587
1414spring.mail.username [email protected] 15- spring.mail.password =cfgoolyvzedywmbw
15+ spring.mail.password =${APP_PASSWORD}
1616spring.mail.properties.mail.smtp.auth =true
1717spring.mail.properties.mail.smtp.starttls.enable =true
1818spring.mail.properties.mail.smtp.starttls.required =true
You can’t perform that action at this time.
0 commit comments