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