| server: |
| port: 8090 |
| ssl: |
| enabled: false |
| |
| |
| ## |
| # logging |
| # |
| logging: |
| level: |
| root: INFO |
| com.supwisdom: DEBUG |
| # org.springframework.web: INFO |
| # org.springframework.cloud.openfeign: INFO |
| |
| |
| swagger2.apis.basePackage: com.supwisdom.institute |
| |
| |
| spring: |
| jackson: |
| time-zone: Asia/Shanghai |
| |
| ## |
| # spring.redis |
| # |
| redis: |
| database: 0 |
| host: localhost |
| port: 6379 |
| password: |
| timeout: 10000 |
| |
| jedis: |
| pool: |
| maxIdle: 8 |
| minIdle: 0 |
| maxActive: 8 |
| maxWait: -1 |
| |
| |
| ## |
| # infras.online-doc |
| # |
| infras.online-doc.enabled: true |
| infras.online-doc.md-docs.staitc.path: /Users/loie/c/work/git/institute/sw-backend/doc/ |
| infras.online-doc.api-docs.staitc.path: /Users/loie/c/work/git/institute/sw-backend/api-docs/ |
| |
| |
| ## 平台OpenAPI |
| poa.server.url: https://poa.supwisdom.com |
| |
| poa.client.id: nV8US9uAdFQ0ovuYpFOloXtFkME= |
| poa.client.secret: dDgZAzuNnOjfsbm8iDohyVCXBU1GwImeMsmkJzjyGh8= |
| poa.scopes: user:v1:readUser,user:v1:readOrganization,user:v1:readGroup,user:v1:readLabel,authz:v1:readRole |
| |
| ## 开放接口地址 |
| user-data-service.server.url: ${poa.server.url}/apis/user/v1 |
| user-authorization-service.server.url: ${poa.server.url}/apis/authz/v1 |
| |
| ## 用户授权服务 |
| user-authorization-service.applicationId: 5 |