mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2026-01-21 11:06:23 +00:00
release
This commit is contained in:
parent
ab49f5e5dc
commit
1ea06faa5d
@ -7,7 +7,7 @@ spring:
|
|||||||
datasource:
|
datasource:
|
||||||
url: jdbc:postgresql://${POSTGRES_HOST:localhost}:${POSTGRES_PORT:5432}/${POSTGRES_DB:member}
|
url: jdbc:postgresql://${POSTGRES_HOST:localhost}:${POSTGRES_PORT:5432}/${POSTGRES_DB:member}
|
||||||
username: ${POSTGRES_USER:admin}
|
username: ${POSTGRES_USER:admin}
|
||||||
password: ${POSTGRES_PASSWORD:Passw0rd}
|
password: ${POSTGRES_PASSWORD:Hi5Jessica!}
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
|
|
||||||
# JPA 설정
|
# JPA 설정
|
||||||
|
|||||||
@ -7,7 +7,7 @@ spring:
|
|||||||
datasource:
|
datasource:
|
||||||
url: jdbc:postgresql://${POSTGRES_HOST:localhost}:${POSTGRES_PORT:5432}/${POSTGRES_DB:mysub}
|
url: jdbc:postgresql://${POSTGRES_HOST:localhost}:${POSTGRES_PORT:5432}/${POSTGRES_DB:mysub}
|
||||||
username: ${POSTGRES_USER:admin}
|
username: ${POSTGRES_USER:admin}
|
||||||
password: ${POSTGRES_PASSWORD:Passw0rd}
|
password: ${POSTGRES_PASSWORD:Hi5Jessica!}
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
# JPA 설정
|
# JPA 설정
|
||||||
jpa:
|
jpa:
|
||||||
|
|||||||
@ -7,7 +7,7 @@ spring:
|
|||||||
datasource:
|
datasource:
|
||||||
url: jdbc:postgresql://${POSTGRES_HOST:localhost}:${POSTGRES_PORT:5432}/${POSTGRES_DB:recommend}
|
url: jdbc:postgresql://${POSTGRES_HOST:localhost}:${POSTGRES_PORT:5432}/${POSTGRES_DB:recommend}
|
||||||
username: ${POSTGRES_USER:admin}
|
username: ${POSTGRES_USER:admin}
|
||||||
password: ${POSTGRES_PASSWORD:Passw0rd}
|
password: ${POSTGRES_PASSWORD:Hi5Jessica!}
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
# JPA 설정
|
# JPA 설정
|
||||||
jpa:
|
jpa:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user