#PK-163 - Kontrolovat místo při anonymizaci
Fix edit path
This commit is contained in:
@@ -13,7 +13,7 @@ sever = os.getenv('API_ROOT', 'localhost:8000')
|
||||
disk_treashold = os.getenv('DISK_FREE_TRASHOLD', 10)
|
||||
|
||||
root_api_url = 'http://{}/local'.format(sever)
|
||||
base_path = 'C:/Git/LAR_CK/storage/app/'
|
||||
base_path = '/app/data/'
|
||||
|
||||
print("API_ROOT: " + str(root_api_url), flush=True)
|
||||
print("FACE_TRASHOLD: " + str(treashold), flush=True)
|
||||
|
||||
Reference in New Issue
Block a user