addes install.sql file for installation and changed the config-sample

This commit is contained in:
2026-05-13 16:05:00 +02:00
parent 1a5dfda288
commit 504b7ba12b
2 changed files with 829 additions and 5 deletions

827
install.sql Normal file

File diff suppressed because one or more lines are too long

View File

@@ -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";