We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af935f8 commit b9635fcCopy full SHA for b9635fc
1 file changed
infrastructure/terraform/dev.tfvars
@@ -5,10 +5,8 @@ project_name = "automl-lite"
5
# GitHub repository for Amplify (token is passed via TF_VAR_github_token in CI/CD)
6
github_repository = "https://github.com/cristofima/AWS-AutoML-Lite"
7
8
-# CORS - localhost for local development (Amplify domain added automatically when amplify_enabled)
9
-cors_allowed_origins = [
10
- "http://localhost:3000"
11
-]
+# CORS - additional origins for dev (localhost added automatically in Terraform for dev)
+cors_allowed_origins = []
12
13
# Lambda configuration
14
lambda_memory_size = 1024
0 commit comments