Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
소스정리
Browse files Browse the repository at this point in the history
  • Loading branch information
SOYIJUN committed Mar 15, 2019
1 parent 8eb0c4c commit 5c250d1
Show file tree
Hide file tree
Showing 22 changed files with 17 additions and 11,463 deletions.
34 changes: 17 additions & 17 deletions opengds2018prod/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
spring:
rabbitmq:
host: 175.116.181.42
port: 5672
virtual-host: only_opengds
username: qaproducer
password: qaproducer
host: 레빗엠큐 호스트 주소 EX)175.111.222.333
port: 레빗엠큐 포트번호 EX)5672
virtual-host: 레빗 엠큐 버추얼 호스트
username: 레빗엠큐 계정명
password: 레빗엠큐 비밀번호
template:
exchange: opengds_qa_exchange
routing-key: opengds_qa_key
routing-key-mobile: opengds_mobile_qa_key
exchange: 레빗엠큐 익스체인지
routing-key: 레빗엠큐 라우팅키
routing-key-mobile: 레빗엠큐 모바일용 라우팅키
datasource:
type: com.zaxxer.hikari.HikariDataSource
url: jdbc:postgresql://175.116.181.42:5432/opengds_2018?charSet=UTF-8&prepareThreshold=1
username: opensource
password: opensource
url: jdbc:postgresql://postgresql주소:포트번호/데이터베이스 이름?charSet=UTF-8&prepareThreshold=1
username: 데이터베이스 계정명
password: 데이터베이스 비밀번호
driver-class-name: org.postgresql.Driver
hikari:
connection-test-query: SELECT 1
Expand All @@ -30,7 +30,7 @@ spring:
max-file-size: 10485760KB
max-request-size: 10485760KB
server:
port: 8080
port: 프로젝트 접속 포트번호
context-path: /geodt
servlet:
session:
Expand All @@ -42,12 +42,12 @@ server:
whitelabel:
enabled: false
gitrnd:
serverhost: 175.116.181.34
serverhost: 프로젝트 접속 주소 EX)175.111.222.333
apache:
host: 127.0.0.1
port: 8888
basedir: gdofiles
basedrive: C
host: 아파치 서버 주소 EX) 127.0.0.1
port: 아파치 서버 포트 EX) 8888
basedir: 디렉토리 이름 EX) gdofiles
basedrive: 드라이브 명 EX) C
mybatis:
config-location: classpath:config/mybatis.xml
mapper-location: classpath:sql/*.xml
Expand Down
Loading

0 comments on commit 5c250d1

Please sign in to comment.