mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
cleaned up docker file for local testing
This commit is contained in:
parent
69a5e98619
commit
d7b4499de2
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ from core.Settings import (
|
||||||
|
|
||||||
TIMESTAMP = datetime.now().strftime(TIMESTAMP_FORMAT)
|
TIMESTAMP = datetime.now().strftime(TIMESTAMP_FORMAT)
|
||||||
|
|
||||||
RUNTIME_ENVIRONMENT = os.environ.get("RUNTIME_ENVIRONMENT", "local-mock")
|
RUNTIME_ENVIRONMENT = os.environ.get("RUNTIME_ENVIRONMENT", "local")
|
||||||
|
|
||||||
CLIENT = BotoClient(runtime_environment=RUNTIME_ENVIRONMENT)
|
CLIENT = BotoClient(runtime_environment=RUNTIME_ENVIRONMENT)
|
||||||
# CLIENT = S3FSClient(runtime_environment=RUNTIME_ENVIRONMENT)
|
# CLIENT = S3FSClient(runtime_environment=RUNTIME_ENVIRONMENT)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue