Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

SMD-758 Enable Towns Fund round 5 #156

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/envs/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ class DefaultConfig(object):
# logging
FSD_LOG_LEVEL = os.getenv("FSD_LOG_LEVEL", logging.INFO)
AUTO_BUILD_ASSETS = False
ENABLE_TF_R5 = os.getenv("ENABLE_TF_R5", False)
ENABLE_TF_R5 = os.getenv("ENABLE_TF_R5", True)
4 changes: 0 additions & 4 deletions copilot/submit/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ environments:
variables:
ENABLE_VALIDATION_LOGGING: True
test:
variables:
ENABLE_TF_R5: True
sidecars:
nginx:
port: 8087
Expand All @@ -78,8 +76,6 @@ environments:
path: /healthcheck
port: 8080
dev:
variables:
ENABLE_TF_R5: True
sidecars:
nginx:
port: 8087
Expand Down
Loading