This commit is contained in:
2024-10-07 19:48:00 +02:00
parent b889b581f2
commit d36ebf9694
2 changed files with 110 additions and 1 deletions

View File

@ -16,4 +16,5 @@
import os
BASE_PATH = '/ums-agent'
SHARE_PATH = os.path.join(BASE_PATH, 'share')
SHARE_PATH = os.path.join(BASE_PATH, 'share')
PERSIST_PATH = os.path.join(BASE_PATH, 'persist')