X Tutup
Skip to content

Commit 263f53c

Browse files
committed
chore: fix typos in config.sample.php
1 parent 7168a9d commit 263f53c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

config/config.sample.php

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
/**
144144
* Define the ownCloud database user
145145
* This must be unique across ownCloud instances using the same SQL database.
146-
* This is setup during installation, so you shouldn't need to change it.
146+
* This is set up during installation, so you shouldn't need to change it.
147147
*/
148148
'dbuser' => '',
149149

@@ -224,7 +224,7 @@
224224
* The web UI might send a "heartbeat" based on the activity happening
225225
* in order to extend the session lifetime and keeping it from timing out
226226
* prematurely. If there is no activity happening and the lifetime is
227-
* reached, you'll have to login again.
227+
* reached, you'll have to log in again.
228228
* The default is 20 minutes, expressed in seconds.
229229
*/
230230
'session_lifetime' => 60 * 20,
@@ -417,7 +417,7 @@
417417

418418
/**
419419
* Define the IP address of your mail server host
420-
* Depends on `mail_smtpmode`. May contain multiple hosts separated by a semi-colon.
420+
* Depends on `mail_smtpmode`. May contain multiple hosts separated by a semicolon.
421421
* If you need to specify the port number, append it to the IP address separated by
422422
* a colon, like this: `127.0.0.1:24`.
423423
*/
@@ -518,7 +518,7 @@
518518
* As an example, alerts shown in the browser to upgrade an app are triggered by
519519
* a cron background process and therefore uses the url of this key, even if the user
520520
* has logged on via a different domain defined in key `trusted_domains`. When the
521-
* user clicks an alert like this, they will be redirected to that URL and must logon again.
521+
* user clicks an alert like this, they will be redirected to that URL and must log on again.
522522
*/
523523
'overwrite.cli.url' => '',
524524

@@ -702,7 +702,7 @@
702702
* rules. Please refer to https://doc.owncloud.com/server/latest/admin_manual/configuration/files/file_versioning.html
703703
* for more information.
704704
* * `D, auto`
705-
* keep versions at least for D days, apply expire rules to all versions
705+
* keep versions at least for D days, apply expiry rules to all versions
706706
* that are older than D days
707707
* * `auto, D`
708708
* delete all versions that are older than D days automatically, delete
@@ -898,7 +898,7 @@
898898
/**
899899
* Alternate Code Locations
900900
*
901-
* Some of the ownCloud code may be stored in alternate locations.
901+
* Some ownCloud code may be stored in alternate locations.
902902
*/
903903

904904
/**
@@ -1165,7 +1165,7 @@
11651165
'host' => 'localhost', // can also be a unix domain socket: '/tmp/redis.sock'
11661166
'port' => 6379,
11671167
'timeout' => 0.0,
1168-
'password' => '', // Optional, if not defined no password will be used.
1168+
'password' => '', // Optional, if not defined, no password will be used.
11691169
'dbindex' => 0, // Optional, if undefined SELECT will not run and will use Redis Server's default DB Index. Out of the box, every Redis instance supports 16 databases so `<dbIndex>` has to be set between 0 and 15.
11701170
// Optional config option
11711171
// In order to use connection_parameters php-redis extension >= 5.3.0 is required
@@ -1196,14 +1196,14 @@
11961196
* - \RedisCluster::FAILOVER_DISTRIBUTE - randomly distribute read commands across primary and replica nodes
11971197
*/
11981198
'redis.cluster' => [
1199-
'seeds' => [ // provide some/all of the cluster servers to bootstrap discovery, port required
1199+
'seeds' => [ // provide some/all the cluster servers to bootstrap discovery, port required
12001200
'localhost:7000',
12011201
'localhost:7001'
12021202
],
12031203
'timeout' => 0.0,
12041204
'read_timeout' => 0.0,
12051205
'failover_mode' => \RedisCluster::FAILOVER_DISTRIBUTE,
1206-
'password' => '', // Optional, if not defined no password will be used.
1206+
'password' => '', // Optional, if not defined, no password will be used.
12071207
// Optional config option
12081208
// In order to use connection_parameters php-redis extension >= 5.3.0 is required
12091209
// In order to use SSL/TLS redis server >= 6.0 is required
@@ -1491,7 +1491,7 @@
14911491
* The list of apps that are allowed and must not have a signature.json file present.
14921492
* Besides ownCloud apps, this is particularly useful when creating ownCloud themes,
14931493
* because themes are treated as apps. The app is identified with it´s app-id.
1494-
* The app-id can be identified by the foldername of the app in your apps directory.
1494+
* The app-id can be identified by the folder name of the app in your apps directory.
14951495
* The following example allows app-1 and theme-2 to have no signature.json file.
14961496
*/
14971497
'integrity.ignore.missing.app.signature' => [
@@ -1675,7 +1675,7 @@
16751675
'upgrade.disable-web' => false,
16761676

16771677
/**
1678-
* Define whether or not to enable automatic update of market apps
1678+
* Define whether to enable automatic update of market apps
16791679
* Set to `false` to disable.
16801680
*/
16811681
'upgrade.automatic-app-update' => true,
@@ -1788,7 +1788,7 @@
17881788

17891789
/**
17901790
* Configuration of the Group Login Policy
1791-
* Povide configuration for the
1791+
* Provide configuration for the
17921792
* 'OC\Authentication\LoginPolicies\GroupLoginPolicy' policy.
17931793
*
17941794
* The configuration will be something like:
@@ -1808,11 +1808,11 @@
18081808
* ],
18091809
*
18101810
* Each login type can have a list of groups that will be the ones
1811-
* only allowed to login using that login type, and also a list of
1811+
* only allowed to log in using that login type, and also a list of
18121812
* groups that will be rejected from using that login type.
1813-
* Note that this applies to users beloging to thos groups. If a user
1813+
* Note that this applies to users belonging to those groups. If a user
18141814
* is member of an "allowOnly" group and also of a "reject" group,
1815-
* the "reject" will take priority, so the user won't be able to login
1815+
* the "reject" will take priority, so the user won't be able to log in
18161816
* using that login type.
18171817
*
18181818
* List of known login types:

0 commit comments

Comments
 (0)
X Tutup