Commit a5dfc75ec2c07e972e5785180c8db36968d19a1d
1 parent
06c87997
Jeecg Boot 2.3 里程碑版本发布,支持微服务和单体自由切换
Showing
2 changed files
with
9 additions
and
9 deletions
jeecg-boot/jeecg-boot-module-demo/src/main/resources/application-dev.yml
... | ... | @@ -176,15 +176,15 @@ jeecg : |
176 | 176 | webapp: D://opt//webapp |
177 | 177 | #短信秘钥 |
178 | 178 | sms: |
179 | - accessKeyId: LTAI4FgmzMSTfHUFWZVUgsjM | |
180 | - accessKeySecret: Ru4FYjh1gP0eLwVyf5qJNq4ckY38Lt | |
179 | + accessKeyId: ?? | |
180 | + accessKeySecret: ?? | |
181 | 181 | shiro: |
182 | 182 | excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/** |
183 | 183 | #阿里云oss存储配置 |
184 | 184 | oss: |
185 | 185 | endpoint: oss-cn-beijing.aliyuncs.com |
186 | - accessKey: LTAI4FgmzMSTfHUFWZVUgsjM | |
187 | - secretKey: Ru4FYjh1gP0eLwVyf5qJNq4ckY38Lt | |
186 | + accessKey: ?? | |
187 | + secretKey: ?? | |
188 | 188 | bucketName: jeecgos |
189 | 189 | staticDomain: https://static.jeecg.com |
190 | 190 | # ElasticSearch 6设置 |
... | ... | @@ -203,8 +203,8 @@ jeecg : |
203 | 203 | # minio文件上传 |
204 | 204 | minio: |
205 | 205 | minio_url: http://minio.jeecg.com |
206 | - minio_name: admin | |
207 | - minio_pass: jeecg1357 | |
206 | + minio_name: ?? | |
207 | + minio_pass: ?? | |
208 | 208 | bucketName: otatest |
209 | 209 | #大屏报表参数设置 |
210 | 210 | jmreport: |
... | ... |
jeecg-boot/jeecg-boot-module-demo/src/main/resources/application.yml
... | ... | @@ -13,16 +13,16 @@ justauth: |
13 | 13 | type: |
14 | 14 | GITHUB: |
15 | 15 | client-id: 0277e675495f14a4a183 |
16 | - client-secret: 4681b5153f7158bcdb9b781d8374841d5f51af04 | |
16 | + client-secret: ?? | |
17 | 17 | redirect-uri: http://sso.test.com:8080/jeecg-boot/thirdLogin/github/callback |
18 | 18 | WECHAT_ENTERPRISE: |
19 | 19 | client-id: wwc2a8c8b19c201bcc |
20 | - client-secret: Z6VtKLr3dSzuq8zxTaWacGexQW6qxVK8AHrI2ARDv9c | |
20 | + client-secret: ?? | |
21 | 21 | redirect-uri: http://sso.test.com:8080/jeecg-boot/thirdLogin/wechat_enterprise/callback |
22 | 22 | agent-id: 1000002 |
23 | 23 | DINGTALK: |
24 | 24 | client-id: dingoa33vjqxrbyidnmgwo |
25 | - client-secret: RK1020ctw9mRRElz7oMjfHY12BuYVvjP99iraxu76cq9CIB0gyqeb5FJw_OEBnXA | |
25 | + client-secret: ?? | |
26 | 26 | redirect-uri: http://sso.test.com:8080/jeecg-boot/thirdLogin/dingtalk/callback |
27 | 27 | cache: |
28 | 28 | type: default |
... | ... |