gastrodata/config.php

11 lines
213 B
PHP

<?php
# MariaDB/MySQL database settings
return array(
"db_host" => "localhost",
"db_port" => 3306,
"db_name" => "mydatabase",
"db_user" => "myusername",
"db_pass" => "myverysecretpassword"
);