Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
ec0c7fd1
Commit
ec0c7fd1
authored
7 years ago
by
Morris Jobke
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #4808 from nextcloud/downstream-27788
Adjust sample documentation
parents
995fed8d
2c3df9ee
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/config.sample.php
+8
-8
8 additions, 8 deletions
config/config.sample.php
with
8 additions
and
8 deletions
config/config.sample.php
+
8
−
8
View file @
ec0c7fd1
...
...
@@ -249,7 +249,7 @@ $CONFIG = array(
),
/**
* If your user backend does not allow
to reset the
password (e.g. when it's a
* If your user backend does not allow password
resets
(e.g. when it's a
* read-only user backend like LDAP), you can specify a custom link, where the
* user is redirected to, when clicking the "reset password" link after a failed
* login-attempt.
...
...
@@ -435,12 +435,12 @@ $CONFIG = array(
* the correct value would most likely be "/nextcloud". If Nextcloud is running
* under "https://mycloud.org/" then it would be "/".
*
* Note that above rule is not valid in every case, there are some rare setup
* Note that
the
above rule is not valid in every case,
as
there are some rare setup
* cases where this may not apply. However, to avoid any update problems this
* configuration value is explicitly opt-in.
*
* After setting this value run `occ maintenance:update:htaccess`
and when following
* conditions are met Nextcloud
uses
URLs w
ithout
index.php
in it
:
* After setting this value run `occ maintenance:update:htaccess`
. Now, when the
*
following
conditions are met Nextcloud URLs w
on't contain `
index.php
`
:
*
* - `mod_rewrite` is installed
* - `mod_env` is installed
...
...
@@ -959,7 +959,7 @@ $CONFIG = array(
/**
* Replaces the default System Tags Manager Factory. This can be utilized if an
* own or 3rdParty SystemTagsManager should be used that – for instance – uses the
* filesystem instead of the database to keep the
comment
s.
* filesystem instead of the database to keep the
tag
s.
*
* Defaults to ``\OC\SystemTag\ManagerFactory``
*/
...
...
@@ -1156,7 +1156,7 @@ $CONFIG = array(
'objectstore'
=>
[
'class'
=>
'OC\\Files\\ObjectStore\\Swift'
,
'arguments'
=>
[
// trystack will use
r
your facebook id as the user name
// trystack will use your facebook id as the user name
'username'
=>
'facebook100000123456789'
,
// in the trystack dashboard go to user -> settings -> API Password to
// generate a password
...
...
@@ -1190,7 +1190,7 @@ $CONFIG = array(
/**
* Replaces the default Share Provider Factory. This can be utilized if
* own or 3rdParty Share Providers
b
e used that – for instance – use
s
the
* own or 3rdParty Share Providers
ar
e used that – for instance – use the
* filesystem instead of the database to keep the share information.
*
* Defaults to ``\OC\Share20\ProviderFactory``
...
...
@@ -1447,7 +1447,7 @@ $CONFIG = array(
'filelocking.enabled'
=>
true
,
/**
* Set the time-to-live
for locks
in sec
c
onds.
* Set the
lock's
time-to-live in seconds.
*
* Any lock older than this will be automatically cleaned up.
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment