This repository was archived by the owner on Jul 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ deploy/
2323* .log
2424
2525# Environment files
26- .env
26+ deploy / .env
2727* .env
2828
2929# Documentation
Original file line number Diff line number Diff line change 3131
3232# ## VS Code ###
3333.vscode /
34- /deploy /.env
34+ /deploy /.env
35+ .env
Original file line number Diff line number Diff line change 11spring.application.name =commercify
22server.port =6091
33# Database configuration
4- spring.datasource.url =jdbc:mysql://${DATABASE_HOST}:${DATABASE_PORT:3306}/${DATABASE_NAME:commercifydb}?createDatabaseIfNotExist=true
5- spring.datasource.username =${DATABASE_USER }
6- spring.datasource.password =${DATABASE_PASSWORD }
4+ spring.datasource.url =${SPRING_DATASOURCE_URL}
5+ spring.datasource.username =${SPRING_DATASOURCE_USERNAME }
6+ spring.datasource.password =${SPRING_DATASOURCE_PASSWORD }
77spring.datasource.driver-class-name =com.mysql.cj.jdbc.Driver
88spring.jpa.hibernate.ddl-auto =none
99# Migrations
You can’t perform that action at this time.
0 commit comments