Completed
Push — master ( a3f58b...5e1e7e )
by Luca
02:14
created
src/Settings/Settings.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -35,9 +35,9 @@
 block discarded – undo
35 35
      * Edit this section to configure your client
36 36
      */
37 37
     const SERVER_NAME   = 'your_server_name';
38
-    const SECRET_KEY    = 'your_secret_key';    //if you use secret_key authentication
39
-    const USER          = 'your_username';      //if you use basic authentication
40
-    const PSW           = 'your_password';      //if you use basic authentication
38
+    const SECRET_KEY    = 'your_secret_key'; //if you use secret_key authentication
39
+    const USER          = 'your_username'; //if you use basic authentication
40
+    const PSW           = 'your_password'; //if you use basic authentication
41 41
 
42 42
     /**
43 43
      * Authentication constants, do not touch ;)
Please login to merge, or discard this patch.