We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98389dc commit 485faddCopy full SHA for 485fadd
src/WmiScripting/config/connections.php
@@ -1,17 +1,17 @@
1
<?php
2
3
return [
4
- 'default' => 'local',
+ 'default' => 'local',
5
6
- 'servers' => [
7
- 'local' => [
8
- 'server' => '.',
9
- 'namespace' => 'Root\CIMv2',
10
- 'user' => null,
11
- 'password' => null,
12
- 'locale' => null,
13
- 'authority' => null,
14
- 'security_flags' => null,
15
- ],
16
+ 'servers' => [
+ 'local' => [
+ 'server' => '.',
+ 'namespace' => 'Root\CIMv2',
+ 'user' => null,
+ 'password' => null,
+ 'locale' => null,
+ 'authority' => null,
+ 'security_flags' => null,
+ ],
17
];
0 commit comments