Last change
on this file since 57e58a3 was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
514 bytes
|
Rev | Line | |
---|
[57e58a3] | 1 | spring.application.name=SkyChase-mk
|
---|
| 2 |
|
---|
| 3 | # Server configuration
|
---|
| 4 | server.port=8080
|
---|
| 5 |
|
---|
| 6 | # PostgreSQL Database Configuration
|
---|
| 7 | spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
|
---|
| 8 | spring.datasource.username=postgres
|
---|
| 9 | spring.datasource.password=admin
|
---|
| 10 | spring.datasource.driver-class-name=org.postgresql.Driver
|
---|
| 11 |
|
---|
| 12 | # JPA Settings
|
---|
| 13 | spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
|
---|
| 14 | spring.jpa.hibernate.ddl-auto=update
|
---|
| 15 | spring.jpa.show-sql=true
|
---|
| 16 |
|
---|
| 17 | spring.mvc.view.prefix=/static/
|
---|
| 18 | spring.mvc.view.suffix=.html
|
---|
Note:
See
TracBrowser
for help on using the repository browser.