Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
dd747440
Commit
dd747440
authored
10 years ago
by
Morris Jobke
Browse files
Options
Downloads
Patches
Plain Diff
read config.sample.php options and whitespace fixes
parent
8ec5b402
No related branches found
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
+6
-4
6 additions, 4 deletions
config/config.sample.php
with
6 additions
and
4 deletions
config/config.sample.php
+
6
−
4
View file @
dd747440
...
...
@@ -6,7 +6,7 @@
*
* DO NOT COMPLETELY BASE YOUR CONFIGURATION FILE ON THIS SAMPLE. THIS MAY BREAK
* YOUR INSTANCE. Instead, manually copy configuration switches that you
* consider important for your instance to your working ``config.php``, and
* consider important for your instance to your working ``config.php``, and
* apply configuration options that are pertinent for your instance.
*
* This file is used to generate the config documentation. Please consider
...
...
@@ -45,6 +45,7 @@ $CONFIG = array(
*
* 'instanceid' => 'd3c944a9a',
*/
'instanceid'
=>
''
,
/**
* The salt used to hash all passwords, auto-generated by the ownCloud
...
...
@@ -54,13 +55,14 @@ $CONFIG = array(
*
*'passwordsalt' => 'd3c944a9af095aa08f',
*/
'passwordsalt'
=>
''
,
/**
* Your list of trusted domains that users can log into. Specifying trusted
* domains prevents host header poisoning. Do not remove this, as it performs
* necessary security checks.
*/
'trusted_domains'
=>
'trusted_domains'
=>
array
(
'demo.example.org'
,
'otherdomain.example.org:8080'
,
...
...
@@ -552,7 +554,7 @@ $CONFIG = array(
* Images files
* Covers of MP3 files
* Text documents
* Valid values are ``true``, to enable previews, or
* Valid values are ``true``, to enable previews, or
* ``false``, to disable previews
*/
'enable_previews'
=>
true
,
...
...
@@ -665,7 +667,7 @@ $CONFIG = array(
*/
/**
* Blacklist a specific file or files and disallow the upload of files
* Blacklist a specific file or files and disallow the upload of files
* with this name. ``.htaccess`` is blocked by default.
* WARNING: USE THIS ONLY IF YOU KNOW WHAT YOU ARE DOING.
*/
...
...
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