Make our settings file an example

This will make sure we don't overwrite settings when upgrading.
This commit is contained in:
Mikael Nordfeldth 2014-02-23 18:56:19 +01:00
parent 24519675d8
commit a5b366745f

View File

@ -36,13 +36,13 @@
// SITE TITLE // SITE TITLE
$sitetitle = 'Quitter'; $sitetitle = 'qvitter front-end';
// SITE DOMAIN // SITE DOMAIN
$siterootdomain = 'quitter.se'; // no http:// or https:// and no ending slash $siterootdomain = 'qvitter.example.com'; // no http:// or https:// and no ending slash
// API ROOT // API ROOT (GNU social instance)
$apiroot = 'http://quitter.se/api/'; $apiroot = 'https://social.example.com/api/';
// DEFAULT BACKGROUND COLOR // DEFAULT BACKGROUND COLOR
$defaultbackgroundcolor = '#f4f4f4'; $defaultbackgroundcolor = '#f4f4f4';
@ -73,5 +73,3 @@ $qvitterpath = ''; // WITH trailing slash!!
· \____) (____/ · · \____) (____/ ·
· · · ·
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · */ · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · */
?>