최초 세팅
This commit is contained in:
53
src/main/resources/application.yml
Normal file
53
src/main/resources/application.yml
Normal file
@@ -0,0 +1,53 @@
|
||||
# 공통 설정
|
||||
spring:
|
||||
profiles:
|
||||
active: local
|
||||
thymeleaf:
|
||||
prefix: classpath:templates/
|
||||
suffix: .html
|
||||
cache: false
|
||||
check-template-location: true
|
||||
servlet:
|
||||
multipart:
|
||||
maxFileSize: 500MB
|
||||
maxRequestSize: 500MB
|
||||
|
||||
server:
|
||||
port: 8081
|
||||
compression:
|
||||
enabled: true
|
||||
server-header: server
|
||||
error:
|
||||
whitelabel:
|
||||
enabled: false
|
||||
path: /error/errorIntro.do
|
||||
servlet:
|
||||
session:
|
||||
timeout: -1
|
||||
|
||||
|
||||
|
||||
mybatis:
|
||||
type-aliases-package: com.entree
|
||||
mapper-locations: mybatis/mappers/*.xml
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
|
||||
# Popbill 설정
|
||||
popbill:
|
||||
link-id: NTSOFT
|
||||
secret-key: Wha5GNilXotCWzsZFj4c1VAvFv3pSlnNog5zpZlxsZc=
|
||||
is-test: false
|
||||
is-ip-restrict-on-off: false
|
||||
use-static-ip: false
|
||||
use-local-time-yn: true
|
||||
|
||||
corpNum: 4901201321
|
||||
userId: chanseul
|
||||
senderName: madeu
|
||||
senderPhoneNumber: 025474711
|
||||
|
||||
# Instagram 설정
|
||||
instagram:
|
||||
client-id: 17841468400622116
|
||||
accesstoken: IGAAMzYDUuoLJBZAE04bnBiaHFicnBybGJrTVVYQmVBa0p0WV9XNVRXLUpiV0taTFJFelBBQTZAoeXhxckpLelcwMVAyQ1VMdGhpUUhydWZAnYWpJSXFGeXozcGNMOFFmWGEtTXRxWHFDMUpJRkcycGoxT2o5MlppY09mRWhNVUVxOAZDZD
|
||||
Reference in New Issue
Block a user