We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbee11c commit 7a077b9Copy full SHA for 7a077b9
1 file changed
src/main/resources/application.properties
@@ -22,13 +22,13 @@ spring.application.name=FixLog
22
server.port=8083
23
24
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
25
-spring.datasource.url=${mysql_url}
26
-spring.datasource.username=${mysql_username}
27
-spring.datasource.password=${mysql_password}
+spring.datasource.url=${MYSQL_URL}
+spring.datasource.username=${MYSQL_USERNAME}
+spring.datasource.password=${MYSQL_PASSWORD}
28
29
spring.jpa.hibernate.ddl-auto=create
30
spring.jpa.properties.hibernate.format_sql=true
31
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
32
33
##### jwt #####
34
-spring.jwt.secret=${jwt_key}
+spring.jwt.secret=${JWT_KEY}
0 commit comments