application.yml 487 Bytes
server:
  port: 18080

scheduler:
  auto-bind:
    app-enabled: true
    service-enabled: true
  media-online-enabled: true

cron:
  auto-bind:
    app: 0/10 * * * * ?
    service: 0/10 * * * * ?
  media-online: 0/10 * * * * ?

spring:
  mail:
    host: smtp.ym.163.com
    username: test@topdraw.cn
    password: 123456789
    protocol: smtp
    default-encoding: utf-8
    developer-mail-address: wanghongyan@topdraw.cn

  profiles:
    active: dev

entity:
  appId: 63
  serviceId: 1