yaml 파일 local/prod 분리
parent
94bf424b8f
commit
59d36ce485
@ -0,0 +1,24 @@
|
|||||||
|
# =====================================================
|
||||||
|
# Server 설정
|
||||||
|
# =====================================================
|
||||||
|
server:
|
||||||
|
port: 8080
|
||||||
|
|
||||||
|
|
||||||
|
# =====================================================
|
||||||
|
# Spring 설정
|
||||||
|
# =====================================================
|
||||||
|
spring:
|
||||||
|
config:
|
||||||
|
activate:
|
||||||
|
on-profile: local
|
||||||
|
|
||||||
|
|
||||||
|
# =====================================================
|
||||||
|
# NICE api 계약정보
|
||||||
|
# =====================================================
|
||||||
|
nice:
|
||||||
|
api:
|
||||||
|
ci:
|
||||||
|
site-code:
|
||||||
|
site-pw:
|
@ -0,0 +1,24 @@
|
|||||||
|
# =====================================================
|
||||||
|
# Server 설정
|
||||||
|
# =====================================================
|
||||||
|
server:
|
||||||
|
port: 8080
|
||||||
|
|
||||||
|
|
||||||
|
# =====================================================
|
||||||
|
# Spring 설정
|
||||||
|
# =====================================================
|
||||||
|
spring:
|
||||||
|
config:
|
||||||
|
activate:
|
||||||
|
on-profile: prod
|
||||||
|
|
||||||
|
|
||||||
|
# =====================================================
|
||||||
|
# NICE api 계약정보
|
||||||
|
# =====================================================
|
||||||
|
nice:
|
||||||
|
api:
|
||||||
|
ci:
|
||||||
|
site-code:
|
||||||
|
site-pw:
|
Loading…
Reference in New Issue