Browse Source

Fix indent

Brendan Abolivier 6 years ago
parent
commit
7ace5a1493
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 changed files with 8 additions and 8 deletions
  1. 8
    8
      content/your-own-google-drive-docs.md

+ 8
- 8
content/your-own-google-drive-docs.md View File

@@ -246,14 +246,14 @@ This will download a file named `openrc.sh` containing all remaining pieces of i
246 246
 'objectstore' => array(
247 247
 	'class' => 'OC\\Files\\ObjectStore\\Swift',
248 248
 	'arguments' => array(
249
-			'username' => 'OS_USERNAME',
250
-			'password' => 'OS_PASSWORD',
251
-			'bucket' => 'nextcloud',
252
-			'autocreate' => false,
253
-			'region' => 'OS_REGION_NAME',
254
-			'url' => 'https://auth.cloud.ovh.net/v2.0',
255
-			'tenantName' => 'OS_TENANT_NAME',
256
-			'serviceName' => 'swift',
249
+		'username' => 'OS_USERNAME',
250
+		'password' => 'OS_PASSWORD',
251
+		'bucket' => 'nextcloud',
252
+		'autocreate' => false,
253
+		'region' => 'OS_REGION_NAME',
254
+		'url' => 'https://auth.cloud.ovh.net/v2.0',
255
+		'tenantName' => 'OS_TENANT_NAME',
256
+		'serviceName' => 'swift',
257 257
 	),
258 258
 ),
259 259
 ```