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
59b1f4c4
Commit
59b1f4c4
authored
11 years ago
by
Thomas Müller
Browse files
Options
Downloads
Plain Diff
Merge pull request #8781 from owncloud/add-a-warning-to-the-sample
Add a warning to the configuration file
parents
31ad1cbd
bb8ee2e9
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/config.sample.php
+6
-0
6 additions, 0 deletions
config/config.sample.php
with
6 additions
and
0 deletions
config/config.sample.php
+
6
−
0
View file @
59b1f4c4
<?php
/**
* This configuration file is only provided to document the different configuration options and their usage.
* DO NOT COMPLETELY BASE YOUR CONFIGURATION FILE ON THIS SAMPLE. THIS MAY BREAK YOUR INSTANCE.
* Instead, manually copy configurations' switches that you consider important for your instance to your configuration.
*/
/* Only enable this for local development and not in productive environments */
/* This will disable the minifier and outputs some additional debug informations */
define
(
"DEBUG"
,
true
);
...
...
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