aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
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'
)
);