You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
Server:
|
|
|
|
host: localhost
|
|
|
|
port: 8011
|
|
|
|
|
|
|
|
spring:
|
|
|
|
config:
|
|
|
|
activate:
|
|
|
|
on-profile: local
|
|
|
|
datasource:
|
|
|
|
# url: jdbc:log4jdbc:mysql://dev-ics-db.c9i6xgmcxx18.ap-northeast-2.rds.amazonaws.com/UPLUS_CINNAMON
|
|
|
|
url: jdbc:log4jdbc:mysql://192.168.0.26/ICS_CINNAMON_V2
|
|
|
|
username: icomsys
|
|
|
|
password: "#pass180901"
|
|
|
|
# url: jdbc:log4jdbc:oracle:thin:@localhost:1522:XE
|
|
|
|
# username: LG_LOCAL
|
|
|
|
# password: pass180901
|
|
|
|
owner: LG_LOCALqq
|
|
|
|
driver-class-name: net.sf.log4jdbc.DriverSpy
|
|
|
|
hikari:
|
|
|
|
connection-timeout: 60000
|
|
|
|
maximum-pool-size: 5
|
|
|
|
jpa:
|
|
|
|
hibernate:
|
|
|
|
ddl-auto: none
|
|
|
|
properties:
|
|
|
|
hibernate:
|
|
|
|
# dialect: org.hibernate.dialect.Oracle10gDialect
|
|
|
|
# dialect: org.hibernate.dialect.MySQL57Dialect
|
|
|
|
dialect: com.icomsys.main_vm.common.util.CustomDialect
|
|
|
|
generate_statistics: true
|
|
|
|
|
|
|
|
#https://docs.jboss.org/hibernate/orm/3.5/javadocs/org/hibernate/dialect/package-summary.html
|
|
|
|
|
|
|
|
feign:
|
|
|
|
url:
|
|
|
|
test: http://localhost:8014
|
|
|
|
cinnamon: http://127.0.0.1:8080
|
|
|
|
nlp: http://localhost:8014/ichatApi
|
|
|
|
s3Bucket: s3-dev-aisb-soe0
|
|
|
|
bgmpath: bgmfile/
|
|
|
|
selvas: 172.31.34.52
|
|
|
|
ttsport: 7890
|
|
|
|
sttport: 9999
|
|
|
|
|
|
|
|
file:
|
|
|
|
path: C:\workspace\uplus\main_vm\src\main\webapp
|
|
|
|
|
|
|
|
nlpapi: false
|
|
|
|
|
|
|
|
Globals:
|
|
|
|
profiles:
|
|
|
|
active: 'local'
|
|
|
|
|
|
|
|
#cloud:
|
|
|
|
# aws:
|
|
|
|
# stack:
|
|
|
|
# auto: false
|
|
|
|
# region:
|
|
|
|
# static: ap-northeast-2
|