Commit d3683a9a authored by Dylan Souza Silveira's avatar Dylan Souza Silveira
Browse files

add env var for db url

parent 5848ed51
Pipeline #17527 canceled with stages
Showing with 1 addition and 1 deletion
+1 -1
spring.datasource.url=jdbc:mysql://localhost:3306/meditamamente?createDatabaseIfNotExist=true
spring.datasource.url=${DB_URL:jdbc:mysql://localhost:3306/meditamamente?createDatabaseIfNotExist=true}
spring.datasource.username=root
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.hibernate.ddl-auto=update
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment