Files
Sentri/config.php
Marco Mooij 7e5d764483 v.1.1 changes 16-04-2026:
- Minor changes to interface.
- Fixed different missing includes.
- Access now denied to api calls that are related to disabled modules.
- Fixed sorting of CPU and memory in server overview.
2026-04-16 15:02:25 +02:00

20 lines
408 B
PHP

<?php
/**
* This file is used for connecting to the database and configuring the superuser password
* Rename this file to config.php to make it take effect
*/
# database server name
$db_server = "localhost";
# database server port
$db_port = "3306";
# database name
$db_database = "sentri_dev";
# database user
$db_user = "sentri_dev";
# Database password
$db_password = "nTYN30NE9b3EkSm4xpLMhBDSPk";