9 lines
345 B
INI
9 lines
345 B
INI
spring.datasource.url=jdbc:postgresql://localhost:5432/frisbyee
|
|
spring.datasource.username=frisbyee_user
|
|
spring.datasource.password=secret
|
|
spring.datasource.driver-class-name=org.postgresql.Driver
|
|
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
spring.jpa.show-sql=true
|
|
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
|
|
server.port=8081 |