Files
weight-tracker/backend/target/classes/application.properties
2025-07-15 18:34:27 +02:00

11 lines
374 B
Properties

#logging.level.org.springframework.security=DEBUG
spring.datasource.url=jdbc:mysql://db:3306/weight_tracker
spring.datasource.username=tracker
spring.datasource.password=MXj8w2qILzX
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.hibernate.ddl-auto=update
spring.jpa.defer-datasource-initialization=true
spring.sql.init.mode=always
server.port=8081