You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
joint_exc/backend/src/main/resources/application-localfwd.yml

20 lines
454 B

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