| | |
| | | metadata: |
| | | username: ${spring.boot.admin.client.username} |
| | | userpassword: ${spring.boot.admin.client.password} |
| | | username: ruoyi |
| | | password: 123456 |
| | | username: @monitor.username@ |
| | | password: @monitor.password@ |
| | | |
| | | --- # snail-job 配置 |
| | | snail-job: |
| | |
| | | namespace: ${spring.profiles.active} |
| | | # 随主应用端口飘逸 |
| | | port: 2${server.port} |
| | | # 客户端ip指定 |
| | | host: |
| | | # RPC类型: netty, grpc |
| | | rpc-type: grpc |
| | | |
| | | --- # 数据源配置 |
| | | spring: |
| | |
| | | redirect-uri: ${justauth.address}/social-callback?source=maxkey |
| | | topiam: |
| | | # topiam 服务器地址 |
| | | server-url: http://127.0.0.1:1989/api/v1/authorize/y0q************spq***********8ol |
| | | server-url: http://127.0.0.1:1898/api/v1/authorize/y0q************spq***********8ol |
| | | client-id: 449c4*********937************759 |
| | | client-secret: ac7***********1e0************28d |
| | | redirect-uri: ${justauth.address}/social-callback?source=topiam |