From 801438c24babe5b02ab8d5e1acddf175904d0467 Mon Sep 17 00:00:00 2001 From: Luna Mendes Date: Wed, 21 Nov 2018 23:02:33 -0300 Subject: [PATCH] config.ci.py: add MAIN_URL and NAME --- config.ci.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.ci.py b/config.ci.py index bc342c9..4761698 100644 --- a/config.ci.py +++ b/config.ci.py @@ -3,6 +3,9 @@ MODE = 'CI' class Config: """Default configuration values for litecord.""" + MAIN_URL = 'localhost:1' + NAME = 'gitlab ci' + # Enable debug logging? DEBUG = False