|
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 | |
|---|
| 1 | spring.datasource.url=jdbc:postgresql://localhost:5432/delivery_app
|
|---|
| 2 | spring.datasource.username=postgres
|
|---|
| 3 | spring.datasource.password=Winteriscoming1
|
|---|
| 4 | spring.jpa.hibernate.ddl-auto=update
|
|---|
| 5 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
|---|
| 6 | spring.jpa.generate-ddl=true
|
|---|
| 7 | stripe.keys.secret=sk_test_51NOOIfF4xvj0hs3UKGPmklCC0G4RLPrb96xU0c6LtgZE7vGZbtWfVYeJ81RNvzE8FgSNIfajqjRb71Bmj9T4DKNX00PhLsq1fw
|
|---|
| 8 | spring.h2.console.enabled=true |
|---|
Note:
See
TracBrowser
for help on using the repository browser.