From 1dd25bf2c0249308e2f5806d38deeeeda7b29aba Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 7 Apr 2021 13:45:29 +0300 Subject: Add base url config --- config.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.php') diff --git a/config.php b/config.php index 7555eee..eaaa132 100644 --- a/config.php +++ b/config.php @@ -5,6 +5,9 @@ $config = array( 'dsn' => 'pgsql:dbname=bugtracker;host=localhost;port=5432', 'username' => 'red', 'password' => 'red' + ), + 'urls' => array( + 'base' => 'http://localhost:8080' ) ); -- cgit v1.2.1