commit
8542cda679
@ -0,0 +1,20 @@ |
|||||||
|
spring: |
||||||
|
datasource: |
||||||
|
url: jdbc:postgresql://localhost:5432/${LOCAL_DB_NAME} |
||||||
|
driver-class-name: org.postgresql.Driver |
||||||
|
username: ${LOCAL_DB_USER} |
||||||
|
password: ${LOCAL_DB_PASSWORD} |
||||||
|
jpa: |
||||||
|
database-platform: org.hibernate.dialect.PostgreSQLDialect |
||||||
|
properties: |
||||||
|
hibernate: |
||||||
|
jdbc: |
||||||
|
lob: |
||||||
|
non_contextual_creation: true |
||||||
|
|
||||||
|
server: |
||||||
|
address: 0.0.0.0 |
||||||
|
port: 8080 |
||||||
|
|
||||||
|
cors: |
||||||
|
allowed-origins: http://${WIN_IP}:3000 |
Loading…
Reference in new issue