提交 | 用户 | 时间 | ||
d9f9ba | 1 | db: |
H | 2 | num: 1 |
3 | url: | |
325d2f | 4 | '0': jdbc:mysql://localhost:3306/nacos?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true |
d9f9ba | 5 | password: |
H | 6 | '0': 123456 |
7 | user: | |
8 | '0': root | |
9 | management: | |
10 | endpoints: | |
11 | web: | |
12 | exposure: | |
13 | include: '*' | |
14 | metrics: | |
15 | export: | |
16 | elastic: | |
17 | enabled: false | |
18 | influx: | |
19 | enabled: false | |
20 | nacos: | |
21 | config: | |
22 | push: | |
23 | maxRetryTime: 50 | |
24 | core: | |
25 | auth: | |
26 | caching: | |
27 | enabled: true | |
28 | enable: | |
29 | userAgentAuthWhite: false | |
30 | enabled: true | |
31 | plugin: | |
32 | nacos: | |
33 | token: | |
34 | cache: | |
35 | enable: false | |
36 | expire: | |
37 | seconds: 18000 | |
38 | secret: | |
39 | key: SecretKey012345678901234567890123456789012345678901234567890123456789 | |
40 | server: | |
41 | identity: | |
42 | key: serverIdentity | |
43 | value: security | |
44 | system: | |
45 | type: nacos | |
46 | istio: | |
47 | mcp: | |
48 | server: | |
49 | enabled: false | |
50 | naming: | |
51 | empty-service: | |
52 | auto-clean: true | |
53 | clean: | |
54 | initial-delay-ms: 50000 | |
55 | period-time-ms: 30000 | |
56 | plugin: | |
57 | datasource: | |
58 | log: | |
59 | enabled: true | |
60 | security: | |
61 | ignore: | |
62 | urls: /,/error,/**/*.css,/**/*.js,/**/*.html,/**/*.map,/**/*.svg,/**/*.png,/**/*.ico,/console-ui/public/**,/v1/auth/**,/v1/console/health/**,/actuator/**,/v1/console/server/** | |
63 | server: | |
64 | error: | |
65 | include-message: ALWAYS | |
66 | port: 8848 | |
67 | servlet: | |
68 | contextPath: /nacos | |
69 | spring: | |
70 | application: | |
71 | name: iailab-nacos | |
72 | boot: | |
73 | admin: | |
74 | client: | |
75 | instance: | |
76 | service-host-type: IP | |
77 | password: 123456 | |
78 | url: http://127.0.0.1:9100 | |
79 | username: iailab | |
80 | sql: | |
81 | init: | |
82 | platform: mysql |