Skip to content
Snippets Groups Projects
Commit 59b1f4c4 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #8781 from owncloud/add-a-warning-to-the-sample

Add a warning to the configuration file
parents 31ad1cbd bb8ee2e9
No related branches found
No related tags found
No related merge requests found
<?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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment