Completed
Push — master ( dd6878...ac34b2 )
by Mr
09:13
created
configs/routeros-api.php 1 patch
Spacing   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -15,10 +15,10 @@  discard block
 block discarded – undo
15 15
      */
16 16
 
17 17
     'host'     => '192.168.88.1', // Address of Mikrotik RouterOS
18
-    'user'     => 'admin',        // Username
19
-    'pass'     => null,           // Password
20
-    'port'     => 8728,           // RouterOS API port number for access (if not set use default or default with SSL if SSL enabled)
21
-    'ssh_port' => 22,             // Number of SSH port
18
+    'user'     => 'admin', // Username
19
+    'pass'     => null, // Password
20
+    'port'     => 8728, // RouterOS API port number for access (if not set use default or default with SSL if SSL enabled)
21
+    'ssh_port' => 22, // Number of SSH port
22 22
 
23 23
     /*
24 24
      |--------------------------------------------------------------------------
@@ -33,12 +33,12 @@  discard block
 block discarded – undo
33 33
      |
34 34
      */
35 35
 
36
-    'ssl'         => false,     // Enable ssl support (if port is not set this parameter must change default port to ssl port)
36
+    'ssl'         => false, // Enable ssl support (if port is not set this parameter must change default port to ssl port)
37 37
     'ssl_options' => [
38 38
         'ciphers'           => 'ADH:ALL', // ADH:ALL, ADH:ALL@SECLEVEL=0, ADH:ALL@SECLEVEL=1 ... ADH:ALL@SECLEVEL=5
39
-        'verify_peer'       => false,     // Require verification of SSL certificate used.
40
-        'verify_peer_name'  => false,     // Require verification of peer name.
41
-        'allow_self_signed' => false,     // Allow self-signed certificates. Requires verify_peer=true.
39
+        'verify_peer'       => false, // Require verification of SSL certificate used.
40
+        'verify_peer_name'  => false, // Require verification of peer name.
41
+        'allow_self_signed' => false, // Allow self-signed certificates. Requires verify_peer=true.
42 42
     ],
43 43
 
44 44
     /*
@@ -52,8 +52,8 @@  discard block
 block discarded – undo
52 52
      */
53 53
 
54 54
     'legacy'   => false, // Support of legacy login scheme (true - pre 6.43, false - post 6.43)
55
-    'timeout'  => 10,    // Max timeout for answer from RouterOS
56
-    'attempts' => 10,    // Count of attempts to establish TCP session
57
-    'delay'    => 1,     // Delay between attempts in seconds
55
+    'timeout'  => 10, // Max timeout for answer from RouterOS
56
+    'attempts' => 10, // Count of attempts to establish TCP session
57
+    'delay'    => 1, // Delay between attempts in seconds
58 58
 
59 59
 ];
Please login to merge, or discard this patch.