fuel-stats/config/environment.php.example

7 lines
134 B
Plaintext
Raw Permalink Normal View History

2024-12-27 14:18:38 +01:00
<?php
define('DB_HOST', '0.0.0.0');
2024-12-31 11:34:39 +01:00
define('DB_NAME', 'fuel_stats');
2024-12-27 14:18:38 +01:00
define('DB_USER', 'username');
define('DB_PASS', 'password');