mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 03:38:12 +08:00
Use the same CACHE_DIR default configuration also in config.py
This commit is contained in:
@@ -94,7 +94,7 @@ class BaseConfiguration(object):
|
||||
# Disable Client Authorization
|
||||
NO_AUTH = False
|
||||
|
||||
CACHE_DIR = '/var/cache/module-build-service'
|
||||
CACHE_DIR = '~/modulebuild/cache'
|
||||
|
||||
|
||||
class DevConfiguration(BaseConfiguration):
|
||||
|
||||
Reference in New Issue
Block a user