source: backend/src/main/resources/application-dev.properties@ badbc79

Last change on this file since badbc79 was badbc79, checked in by Luka Cheshlarov <luka.cheshlarov@…>, 20 months ago

Initial commit

  • Property mode set to 100644
File size: 450 bytes
Line 
1spring.datasource.url=jdbc:postgresql://localhost:5432/delivery_app
2spring.datasource.username=postgres
3spring.datasource.password=Winteriscoming1
4spring.jpa.hibernate.ddl-auto=update
5spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
6spring.jpa.generate-ddl=true
7stripe.keys.secret=sk_test_51NOOIfF4xvj0hs3UKGPmklCC0G4RLPrb96xU0c6LtgZE7vGZbtWfVYeJ81RNvzE8FgSNIfajqjRb71Bmj9T4DKNX00PhLsq1fw
8spring.h2.console.enabled=true
Note: See TracBrowser for help on using the repository browser.