aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-04-07 13:45:29 +0300
committerAqua-sama <aqua@iserlohn-fortress.net>2021-04-07 13:45:29 +0300
commit1dd25bf2c0249308e2f5806d38deeeeda7b29aba (patch)
tree3c1d990ba63dfadb1248aa546d7ce2cb60b955e7 /config.php
parentMarkdown formatting for descriptions (diff)
downloadbugtracker-1dd25bf2c0249308e2f5806d38deeeeda7b29aba.tar.xz
Add base url config
Diffstat (limited to 'config.php')
-rw-r--r--config.php3
1 files changed, 3 insertions, 0 deletions
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'
)
);