<?php

return [
	"db" => [
		"host" => "localhost",
		"user" => "eugene",
		"dbname" => "mia",
		"password" => "root"
	]
];