renamed an env var
Some checks failed
Docker Build / Build and Push Images (push) Has been cancelled
Some checks failed
Docker Build / Build and Push Images (push) Has been cancelled
This commit is contained in:
parent
840e310490
commit
266d2476f8
2 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,6 @@ services:
|
|||
- FORGEJO_REPO=GalacticFactory
|
||||
- FORGEJO_TASK_NAME=Build and Upload Export Files
|
||||
- FORGEJO_ARTIFACT_NAMES=PrismLauncher,ATLauncher,Modrinth
|
||||
- FORGEJO_DEBUG=false
|
||||
- DEBUG=false
|
||||
ports:
|
||||
- "8041:80"
|
||||
|
|
|
@ -28,7 +28,7 @@ config = {
|
|||
"task_name": os.environ.get('FORGEJO_TASK_NAME'),
|
||||
"page_size": os.environ.get('FORGEJO_PAGE_SIZE') or 10,
|
||||
"artifact_names": os.environ.get('FORGEJO_ARTIFACT_NAMES', '').split(','),
|
||||
"debug": os.environ.get('FORGEJO_DEBUG') or False,
|
||||
"debug": os.environ.get('DEBUG') or False,
|
||||
}
|
||||
config = Config(**config)
|
||||
|
||||
|
|
Loading…
Reference in a new issue