-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.php
More file actions
executable file
·20 lines (16 loc) · 1.06 KB
/
config.php
File metadata and controls
executable file
·20 lines (16 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
return array(
'servername' => '127.0.0.1', // ip address for db mysql/mariadb
'username' => 'root', // user name for db
'password' => '', // password fo db
'dbname' => 'evl', // db name (it automatically create db with that name)
'dialog_echo' => false, // if TRUE it will echo basic info
'debug_echo' => false, // will echo more info in to_db.php
'log_print' => true, // if TRUE it will write to /log
'redirect' => true, // if TRUE it will automaticly redirect you from to_db.php to index.php
'delete_evl' => true, // if TRUE it will delete .evl after import
'insert' => 3500, //rows per one insert
'router' => true, // if TRUE router id will be changet to what you want
'2179' => "Mariánská", // id of router to print name
'2185' => "Karolína Světlá" // id of router to print name
);