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
|
// 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!!
|
||||||
· \____) (____/ ·
|
· \____) (____/ ·
|
||||||
· ·
|
· ·
|
||||||
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · */
|
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · */
|
||||||
|
|
||||||
?>
|
|
Loading…
Reference in New Issue
Block a user