🗃️ 운영접속주소 수정
This commit is contained in:
부모
7a405bb969
커밋
f9b20bdc59
@ -45,7 +45,7 @@ public class SwaggerConfig {
|
|||||||
.url("http://211.208.115.83:" + serverPort)
|
.url("http://211.208.115.83:" + serverPort)
|
||||||
.description("중계 서버"),
|
.description("중계 서버"),
|
||||||
new Server()
|
new Server()
|
||||||
.url("http://10.187.28.28:" + serverPort)
|
.url("http://10.187.58.58:" + serverPort)
|
||||||
.description("운영 서버")
|
.description("운영 서버")
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,7 @@ spring:
|
|||||||
|
|
||||||
# PostgreSQL Database Configuration
|
# PostgreSQL Database Configuration
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:postgresql://10.187.28.28:5432/mdadb?currentSchema=snp_data
|
url: jdbc:postgresql://10.187.58.58:5432/mdadb?currentSchema=snp_data
|
||||||
username: mda
|
username: mda
|
||||||
password: mda#8932
|
password: mda#8932
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user