Make our settings file an example
This will make sure we don't overwrite settings when upgrading.
This commit is contained in:
parent
24519675d8
commit
a5b366745f
|
@ -36,13 +36,13 @@
|
|||
|
||||
|
||||
// SITE TITLE
|
||||
$sitetitle = 'Quitter';
|
||||
$sitetitle = 'qvitter front-end';
|
||||
|
||||
// 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
|
||||
$apiroot = 'http://quitter.se/api/';
|
||||
// API ROOT (GNU social instance)
|
||||
$apiroot = 'https://social.example.com/api/';
|
||||
|
||||
// DEFAULT BACKGROUND COLOR
|
||||
$defaultbackgroundcolor = '#f4f4f4';
|
||||
|
@ -73,5 +73,3 @@ $qvitterpath = ''; // WITH trailing slash!!
|
|||
· \____) (____/ ·
|
||||
· ·
|
||||
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · */
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user