| | |
| | | db.primary.driverName=org.mariadb.jdbc.Driver |
| | | db.primary.url=jdbc:mariadb://IP\uC8FC\uC18C \uC785\uB825/dev_db?allowMultiQueries=true |
| | | db.replica1.url=jdbc:mariadb://IP\uC8FC\uC18C \uC785\uB825/dev_db?allowMultiQueries=true |
| | | db.primary.url=jdbc:mariadb://192.168.174.36:13360/prod_db?allowMultiQueries=true |
| | | db.replica1.url=jdbc:mariadb://192.168.174.36:13360/prod_db?allowMultiQueries=true |
| | | db.replica2.url= |
| | | db.replica3.url= |
| | | db.replica4.url= |
| | | db.replica5.url= |
| | | db.primary.userName=ID |
| | | db.primary.password=\uBE44\uBC00\uBC88\uD638 |
| | | db.primary.userName=root |
| | | db.primary.password=maponrex |
| | | |
| | | |
| | | # elasticSearch \uC124\uC815 |
| | | elastic.search.hosts=http://52.78.198.178:9200 |
| | | |
| | | # kafka \uC124\uC815 |
| | | kafka.bootstrap.servers=ec2-52-78-150-61.ap-northeast-2.compute.amazonaws.com:9092,ec2-52-79-150-7.ap-northeast-2.compute.amazonaws.com:9092,ec2-52-79-193-191.ap-northeast-2.compute.amazonaws.com:9092 |
| | | kafka.consumer.group.id=prod-common-group |
| | | kafka.common.topic=prod-common-topic |
| | | # use kafka or not |
| | | # kafka by zenith at 20200625 |
| | | use.kafka=false |
| | | |
| | | # kafka.bootstrap.servers=ec2-52-78-150-61.ap-northeast-2.compute.amazonaws.com:9092,ec2-52-79-150-7.ap-northeast-2.compute.amazonaws.com:9092,ec2-52-79-193-191.ap-northeast-2.compute.amazonaws.com:9092 |
| | | kafka.bootstrap.servers=127.0.0.2:9092 |
| | | kafka.consumer.group.id=dev-common-group |
| | | kafka.common.topic=dev-common-topic |
| | | |
| | | # redis setting |
| | | redis.host=prd-session-01.80nhsk.ng.0001.apn2.cache.amazonaws.com |
| | | # redis \uC124\uC815 |
| | | redis.host=127.0.0.1 |
| | | redis.port=6379 |
| | | redis.common.topic=prod-common-topic |
| | | redis.common.topic=dev-common-topic |
| | | spring.session.timeout=36000 |
| | | |
| | | |
| | | # License Key \uC124\uC815 |
| | | owl.license.key=1234 |
| | | |
| | | # mail attached file path |
| | | mail.file.path=C:/downloads/ |
| | | mail.account= |
| | | mail.password= |
| | | |
| | | # email send |
| | | email.host=mail.g2works.kr |
| | | email.port=587 |
| | | email.userName=supportowl@wisestone.kr |
| | | email.password=Stone0620** |
| | | # email \uC124\uC815 |
| | | email.host=221.149.161.20 |
| | | email.port=25 |
| | | email.sender=KISA |
| | | email.userName= |
| | | email.password=kisc%2004 |
| | | email.transport.protocol=smtp |
| | | email.smtp.auth=true |
| | | email.smtp.starttle.enable=true |
| | | email.debug=true |
| | | email.sendUrl=http://maprex.iptime.org:8081 |
| | | email.debug=false |
| | | email.sendUrl=http://192.132.247.105:8180 |
| | | |
| | | email.joinEmail=false |
| | | |
| | | # \uD68C\uACC4 \uB2F4\uB2F9\uC790 \uACB0\uC81C \uCDE8\uC18C \uC54C\uB9BC - \uD68C\uACC4 \uB2F4\uB2F9\uC790\uB294 \uAF2D \uC2DC\uC2A4\uD15C\uC5D0 \uAC00\uC785 \uB418\uC5B4 \uC788\uC5B4\uC57C \uD55C\uB2E4. |
| | | payment.cancel.manager.email=wisestoneowl@gmail.com |
| | | payment.cancel.manager.email= |
| | | |
| | | # \uC0AC\uC6A9\uC790 \uAC00\uC785 \uC815\uBCF4 \uC54C\uB9BC - OWL ITS \uC9C1\uBB34 \uAD00\uB828\uC790\uC5D0\uAC8C \uC804\uC1A1 |
| | | user.join.statistics.email=saheo@wisestone.kr, yjlee1@wisestone.kr, twgoh@wisestone.kr, stone@wisestone.kr, bmkim2@wisestone.kr, seshin@wisestone.kr |
| | | user.join.statistics.email= |
| | | |
| | | # \uC2DC\uC2A4\uD15C \uD604\uD669 \uC815\uBCF4 \uC54C\uB9BC |
| | | total.statistics.email=saheo@wisestone.kr, bmkim2@wisestone.kr, seshin@wisestone.kr, yjlee1@wisestone.kr, twgoh@wisestone.kr, stone@wisestone.kr |
| | | |
| | | total.statistics.email= |
| | | |
| | | # saas service max user & use period |
| | | saas.maxUser=10 |
| | | saas.period=180 |
| | | # packageteyp 1 : lite (~200 Users), 2 : medium (~500 users), 3 : Enterprice (~1000 users) (0 \uC740 demo version) |
| | | saas.packagetype=1 |
| | | |
| | | saas.maxUser=200 |
| | | saas.period=3650 |
| | | |
| | | # \uD658\uC728 |
| | | saas.usdkrw=1221 |
| | | saas.usdkrw=1183 |
| | | |
| | | # use aws or not |
| | | # added by zenith at 20200623 |
| | | use.aws=false |
| | | |
| | | # aws upload path |
| | | attached.file.path=/prod-upload/ |
| | | profile.file.path=/prod-profile |
| | | use.scheduler=true |
| | | |
| | | # upload path |
| | | attached.file.path=/upload/ |
| | | profile.file.path=/profile |
| | | |
| | | # aws bucket name |
| | | aws.bucket.name=wisestone |
| | | |
| | | aws.bucket.name=files |
| | | # aws bucket access key |
| | | aws.access.key=AKIAIJ75KSHFO65GIVNA |
| | | aws.access.password=7SfHA9wwWded9baqtnnGi230xhMjV5s/YilZbSjS |
| | | |
| | | aws.access.key=AKIARX6BJQMZKUYEEJVD |
| | | aws.access.password=eAQvouvSJJFl47h2dkMJji/6OtzsGBGF4h9Df3qH |
| | | # aws s3 url |
| | | aws.s3.url=https://s3.ap-northeast-2.amazonaws.com/ |
| | | # aws.s3.url=https://s3.ap-northeast-2.amazonaws.com/ |
| | | aws.s3.url=http://192.132.247.105:8180/ |
| | | |
| | | # OAuth 2.0 \uC778\uC99D \uC815\uBCF4 |
| | | OAuth.google.clientId=555830465708-9d50teb7cqgovfp9pqf3ouc4a3lc215f.apps.googleusercontent.com |
| | | OAuth.google.clientSecret=49rssyY8Vv9PDCXKjxhHO7uf |
| | | OAuth.google.redirectUri=https://owlsolution.io/googleOAuth2CallBack |
| | | # OAuth 2.0 \uC778\uC99D \uC815\uBCF4 \uC124\uC815 |
| | | OAuth.google.clientId=545115864261-lumkhr0qhei643koiva5b130410s032e.apps.googleusercontent.com |
| | | OAuth.google.clientSecret=olvwp9OipUzaAj86Hx5HKPE5 |
| | | OAuth.google.redirectUri=http://localhost:8080/googleOAuth2CallBack |
| | | |
| | | OAuth.naver.clientId=Trl8vV30ctsUDlgGoWqZ |
| | | OAuth.naver.clientSecret=suJXIbB8dz |
| | | |
| | | OAuth.kakao.clientId=13d56a63b9b9b1003d779261ce1651e3 |
| | | OAuth.kakao.clientSecret=kumDB7dtnBumpjydGZPqScl7Vd1tezcq |
| | | OAuth.kakao.clientId=8db70e7979edc86b76c7b1d33312282d |
| | | OAuth.kakao.clientSecret=yIpsPh81H326UL7jdcXAu4OhfmKnmmpx |
| | | |
| | | OAuth.facebook.clientId=1967163700251105 |
| | | OAuth.facebook.clientSecret=34c4c009bc85caf08a6e27ecfe65744d |
| | | OAuth.facebook.redirectUri=https://www.owlsolution.io/facebookOAuth2CallBack |
| | | |
| | | OAuth.common.state=state_parameter_owl_its_value |
| | | |