next version of the readme file

balu-master
nafets 12 years ago
parent f29607a4c2
commit 6dea321da9

@ -21,31 +21,31 @@ FSyncMS v011
======
Added dedicated setup script, which will create the database and the config file: settings.php
~~~~~~~~~ settings.php start ~~~~~~~~~~~~~~
<?php
//you can disable registration to the firefox sync server here,
// by setting ENABLE_REGISTER to false
//
//
//define("ENABLE_REGISTER",false);
define("ENABLE_REGISTER", true);
//pleas set the URL where firefox clients find the root of
// firefox sync server
// this should end with a /
//
define("FSYNCMS_ROOT","https://DOMAIN.de/Folder_und_ggf_/index.php/");
//MYSQL Params
define("MYSQL_ENABLE", false);
define("MYSQL_HOST","localhost");
define("MYSQL_DB","databaseName");
define("MYSQL_USER", "databaseUserName");
define("MYSQL_PASSWORD", "databaseUserPW");
?>
~~~~~~~~~ settings.php end ~~~~~~~~~~
~~~~~~~~~ settings.php start ~~~~~~~~~~~~~~
<?php
//you can disable registration to the firefox sync server here,
// by setting ENABLE_REGISTER to false
//
//
//define("ENABLE_REGISTER",false);
define("ENABLE_REGISTER", true);
//pleas set the URL where firefox clients find the root of
// firefox sync server
// this should end with a /
//
define("FSYNCMS_ROOT","https://DOMAIN.de/Folder_und_ggf_/index.php/");
//MYSQL Params
define("MYSQL_ENABLE", false);
define("MYSQL_HOST","localhost");
define("MYSQL_DB","databaseName");
define("MYSQL_USER", "databaseUserName");
define("MYSQL_PASSWORD", "databaseUserPW");
?>
~~~~~~~~~ settings.php end ~~~~~~~~~~
FSyncMS v010

Loading…
Cancel
Save