addes install.sql file for installation and changed the config-sample
This commit is contained in:
827
install.sql
Normal file
827
install.sql
Normal file
File diff suppressed because one or more lines are too long
@@ -4,9 +4,6 @@
|
||||
* Rename this file to config.php to make it take effect
|
||||
*/
|
||||
|
||||
# The superuser password (login name is superuser)
|
||||
$superuserpassword = "changethispassword!";
|
||||
|
||||
# database server name
|
||||
$db_server = "localhost";
|
||||
|
||||
@@ -14,10 +11,10 @@ $db_server = "localhost";
|
||||
$db_port = "3306";
|
||||
|
||||
# database name
|
||||
$db_database = "db";
|
||||
$db_database = "sentri";
|
||||
|
||||
# database user
|
||||
$db_user = "db-user";
|
||||
$db_user = "sentri";
|
||||
|
||||
# Database password
|
||||
$db_password = "db-password";
|
||||
Reference in New Issue
Block a user