Skip to content
Snippets Groups Projects
Commit 5be1f6fc authored by Tim Repke's avatar Tim Repke
Browse files

some gitignore additions, cleaned local config

parent 41ebf110
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,5 @@
*.swp
**/config_current_fahrt_id
*/passwd/users.txt
*/other/backups
mysql_data
......@@ -4,17 +4,16 @@ $config_verbose_level = 0; // 0 = nothing, 1 = important, 2 = somewhat important
$config_admin_verbose_level = 0;
// URL where site is hosted with trailing slash
$config_baseurl = "http://localhost/fsfahrt"; //"http://fsfahrt.repke.eu/anmeldung/registration-system/";
$config_baseurl = "http://localhost/fsfahrt";
// absolute path to doc root withOUT trailing slash
$config_basepath = __DIR__; //"/var/www/vhosts/fsfahrt.repke.eu/httpdocs/anmeldung/registration-system";
$config_basepath = __DIR__;
// database config
$config_db = array(
$config_db = [
"name" => "fsfahrt", // name of DB
"user" => "fsfahrt", // username
"pass" => "9Lug*96q", // password
"host" => "localhost", // host
"type" => "mysql" // type of DB - only tested with mysql (so better not change)!!
);
];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment