aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
blob: f1d166de1e1d8835f567d7d968607a56f57770c3 (plain)
1
2
3
4
5
6
spring.application.name=warehouse_accounting

database.driver=org.postgresql.Driver
database.url=jdbc:postgresql://localhost:5432/warehouse_accounting
database.username=postgres
database.password=postgres