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