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

Commit

Permalink
Merge pull request #156 from communitiesuk/SMD-758_Turn_on_TF_round_5
Browse files Browse the repository at this point in the history
SMD-758 Enable Towns Fund round 5
  • Loading branch information
sc15zs authored Apr 19, 2024
2 parents 5816e2a + 852698c commit 070f01c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
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

0 comments on commit 070f01c

Please sign in to comment.