realfan/config/config.php.example

11 lines
195 B
Plaintext
Raw Normal View History

2021-11-25 13:33:49 +00:00
<?php
$config = [
2021-11-26 00:02:27 +00:00
"db_host" => "127.0.0.1",
"db_port" => 5432,
"db_name" => "realfan",
"db_user" => "realfan",
"db_pass" => "changemeNOW",
"site_name" => "https://your-site.com",
2021-11-25 13:33:49 +00:00
];