Last change
on this file since cf09deb was cf09deb, checked in by Nikola Jordanoski <nikolaj_koko@…>, 3 months ago |
Added security (not fully implemented)
|
-
Property mode
set to
100644
|
File size:
360 bytes
|
Rev | Line | |
---|
[cf09deb] | 1 | spring.datasource.url=jdbc:postgresql://localhost:5432/resandgo
|
---|
| 2 |
|
---|
| 3 | spring.datasource.username=za123
|
---|
| 4 | spring.datasource.password=123
|
---|
| 5 |
|
---|
| 6 | #spring.datasource.hikari.connection-timeout=20000
|
---|
| 7 | #spring.datasource.hikari.maximum-pool-size=5
|
---|
| 8 |
|
---|
| 9 | spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
|
---|
| 10 |
|
---|
| 11 | spring.jpa.hibernate.ddl-auto=update
|
---|
| 12 | spring.jpa.show-sql=true
|
---|
Note:
See
TracBrowser
for help on using the repository browser.