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.
2 parents f95b491 + 827d149 commit cb4ba41Copy full SHA for cb4ba41
code/backend/src/test/resources/application.properties
@@ -1,10 +1,10 @@
1
# Database Configuration
2
# =====================
3
4
-spring.datasource.url=jdbc:mysql://127.0.0.1:13306/careerforge?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
+spring.datasource.url=${JDBC_URL}
5
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
6
-spring.datasource.username=careerforge_dev
7
-spring.datasource.password=CareerForge!2345
+spring.datasource.username=${DB_USERNAME}
+spring.datasource.password=${DB_PASSWORD}
8
# JPA/Hibernate Configuration
9
spring.jpa.database-platform=org.hibernate.dialect.MySQL8Dialect
10
spring.jpa.hibernate.ddl-auto=validate
0 commit comments