35 lines
745 B
YAML
35 lines
745 B
YAML
server:
|
|
servlet:
|
|
context-path: '/api'
|
|
port: 7001
|
|
|
|
spring:
|
|
profiles:
|
|
active: '@profiles.active@'
|
|
|
|
# 项目配置
|
|
project:
|
|
name: sa-admin
|
|
module: net.lab1024.sa.admin.module
|
|
|
|
# swagger文档
|
|
swagger:
|
|
host: localhost:${server.port}
|
|
tag-class: net.lab1024.sa.admin.constant.AdminSwaggerTagConst
|
|
|
|
wx:
|
|
miniapp:
|
|
configs:
|
|
- appid: wx415cbcf96f4a3b27
|
|
secret: d486dfaac69dac3638d97fe6c723f9cb
|
|
#token: #微信小程序消息服务器配置的token
|
|
#aesKey: #微信小程序消息服务器配置的EncodingAESKey
|
|
msgDataFormat: JSON
|
|
|
|
igandan:
|
|
wx:
|
|
host: https://wx.igandan.com/
|
|
token: zd8V2LYD4achjFZrbHgD2PuzKuthDCVx
|
|
platform: case
|
|
doc:
|
|
host: https://doc.igandan.com/app/ |