Skip to content

Commit

Permalink
Add values for SaaS
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed May 1, 2024
1 parent 6d9cd54 commit d0214cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@
"name": "ENVIRONMENTS_API_KEY_TABLE_NAME_DYNAMO",
"value": "flagsmith_environment_api_key"
},
{
"name": "ENABLE_FLAGSMITH_REALTIME",
"value": "True"
},
{
"name": "SSE_SERVER_BASE_URL",
"value": "https://origin.realtime.flagsmith.com"
Expand Down Expand Up @@ -231,4 +235,4 @@
],
"cpu": "1024",
"memory": "2048"
}
}
4 changes: 4 additions & 0 deletions infrastructure/aws/production/ecs-task-definition-web.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@
"name": "TASK_RUN_METHOD",
"value": "TASK_PROCESSOR"
},
{
"name": "ENABLE_FLAGSMITH_REALTIME",
"value": "True"
},
{
"name": "SSE_SERVER_BASE_URL",
"value": "https://origin.realtime.flagsmith.com"
Expand Down

0 comments on commit d0214cc

Please sign in to comment.