|
|
|
|
@ -60,7 +60,7 @@ app:
|
|
|
|
|
swagger-url: 'http://108.1.143.27:18090/${server.servlet.context-path:}/'
|
|
|
|
|
# Spring Security cors 설정 :: CorsConfiguration 설정 값
|
|
|
|
|
cors:
|
|
|
|
|
allowed-origins: http://localhost, http://${app.api-ip}, http://localhost:8082, http://${app.api-ip}:8082
|
|
|
|
|
allowed-origins: http://localhost, http://${app.api-ip}, http://localhost:8082, http://${app.api-ip}:8082, https://parking.cheonan.go.kr
|
|
|
|
|
|
|
|
|
|
data:
|
|
|
|
|
root:
|
|
|
|
|
@ -98,7 +98,7 @@ app:
|
|
|
|
|
# uuid: CON-41ef0535f67211ebbdedd2e6ed332381
|
|
|
|
|
api:
|
|
|
|
|
pay:
|
|
|
|
|
host: https://parking.cheonan.go.kr
|
|
|
|
|
host: http://parking.cheonan.go.kr
|
|
|
|
|
send: /pxy/kkost/v1/documents;POST
|
|
|
|
|
bulksend: /pxy/kkost/v1/documents/bulk;POST
|
|
|
|
|
validToken: /pxy/kkost/v1/tokens;GET
|
|
|
|
|
@ -106,7 +106,7 @@ app:
|
|
|
|
|
bulkstatus: /pxy/kkost/v1/documents/bulk/status;POST
|
|
|
|
|
findStatus: /pxy/kkost/v1/documents/status:GET
|
|
|
|
|
talk:
|
|
|
|
|
host: https://parking.cheonan.go.kr
|
|
|
|
|
host: http://parking.cheonan.go.kr
|
|
|
|
|
send: /pxy/kkoNew/v1/envelopes/{PRODUCT_CODE};POST
|
|
|
|
|
bulksend: /pxy/kkoNew/v1/bulk/envelopes/{PRODUCT_CODE};POST
|
|
|
|
|
validToken: /pxy/kkoNew/v1/envelopes/{ENVELOPE_ID}/tokens/{TOKEN}/verify;GET
|
|
|
|
|
|