Verify that the authorization header has 2 parts
[anoweco.git] / data / config.php.dist
index 6ed9b629d76ad8e5381873df03c384ddbf23b11d..6a98718d8a272e725a1f75bef6e0095635834ea2 100644 (file)
@@ -1,5 +1,9 @@
 <?php
+$title  = 'anoweco';
 $dbdsn  = 'mysql:dbname=FIXME;host=127.0.0.1';
 $dbuser = 'FIXME';
 $dbpass = 'FIXME';
+
+//optional
+//$linkbackEndpoint = 'http://stapibas.example.org/xmlrpc.php';
 ?>