aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'conf/grumpy.cfg')
-rw-r--r--conf/grumpy.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/grumpy.cfg b/conf/grumpy.cfg
index 292800b..da07dfa 100644
--- a/conf/grumpy.cfg
+++ b/conf/grumpy.cfg
@@ -13,8 +13,8 @@ SQLALCHEMY_ECHO=False
SQLALCHEMY_DATABASE_URI='postgresql://grumpy:grumpy@localhost/grumpy'
## Grumpy configuration
-# URL of website
-GRUMPY_WEBSITE_URL='http://localhost:5000'
+# Server address without the /path
+GRUMPY_SERVER_ADDR='http://localhost:5000'
# Default portage directory
GRUMPY_PORTAGE_DIR='/usr/portage'