This commit is contained in:
parent
266d2476f8
commit
ec4b248f9f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ config = {
|
||||||
"task_name": os.environ.get('FORGEJO_TASK_NAME'),
|
"task_name": os.environ.get('FORGEJO_TASK_NAME'),
|
||||||
"page_size": os.environ.get('FORGEJO_PAGE_SIZE') or 10,
|
"page_size": os.environ.get('FORGEJO_PAGE_SIZE') or 10,
|
||||||
"artifact_names": os.environ.get('FORGEJO_ARTIFACT_NAMES', '').split(','),
|
"artifact_names": os.environ.get('FORGEJO_ARTIFACT_NAMES', '').split(','),
|
||||||
"debug": os.environ.get('DEBUG') or False,
|
"debug": os.environ.get('DEBUG', '') or False,
|
||||||
}
|
}
|
||||||
config = Config(**config)
|
config = Config(**config)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue