spring.application.name=warehouse_accounting

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