Add insecureSkipVerify to default kapacitor
parent
dd05f33ce3
commit
0e57c8f2eb
|
@ -54,6 +54,7 @@ export const kapacitor = {
|
|||
username: 'influx',
|
||||
password: '',
|
||||
active: false,
|
||||
insecureSkipVerify: false,
|
||||
links: {
|
||||
self: '/kapa/1',
|
||||
proxy: '/proxy/kapacitor/1',
|
||||
|
|
Loading…
Reference in New Issue