<?php

return [
	"db" => [
		"host" => "localhost",
		"name" => "flowtask",
		"user" => "eugene",
		"password" => "root"
	]
];