mirror of https://gitlab.com/litecord/litecord.git
config.ci.py: add MAIN_URL and NAME
This commit is contained in:
parent
54fc80ea4e
commit
801438c24b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue