52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
logging:
|
|
level:
|
|
com:
|
|
amazonaws:
|
|
util:
|
|
EC2MetadataUtils: error
|
|
|
|
apple:
|
|
iapVerifyUrl: https://buy.itunes.apple.com/verifyReceipt
|
|
iapVerifySandboxUrl: https://sandbox.itunes.apple.com/verifyReceipt
|
|
|
|
agora:
|
|
appId: ${AGORA_APP_ID}
|
|
appCertificate: ${AGORA_APP_CERTIFICATE}
|
|
|
|
pointClick:
|
|
placementUid: test
|
|
|
|
cloud:
|
|
aws:
|
|
credentials:
|
|
accessKey: ${APP_AWS_ACCESS_KEY}
|
|
secretKey: ${APP_AWS_SECRET_KEY}
|
|
s3:
|
|
bucket: ${S3_BUCKET}
|
|
cloudFront:
|
|
host: ${CLOUD_FRONT_HOST}
|
|
region:
|
|
static: ap-northeast-2
|
|
stack:
|
|
auto: false
|
|
|
|
jwt:
|
|
header: Authorization
|
|
token-validity-in-seconds: ${JWT_TOKEN_VALIDITY_TIME}
|
|
secret: ${JWT_SECRET}
|
|
|
|
spring:
|
|
redis:
|
|
host: localhost
|
|
port: 6379
|
|
|
|
jpa:
|
|
hibernate:
|
|
ddl-auto: create-drop
|
|
properties:
|
|
hibernate:
|
|
show_sql: true
|
|
format_sql: true
|
|
cache:
|
|
type: redis
|