Fix onyx_config.jsonl

This commit is contained in:
Weves
2025-04-03 22:44:41 -07:00
committed by Chris Weaver
parent 2380c2266c
commit c04c1ea31b

View File

@@ -1,16 +1,16 @@
{ {
// Naming, likely doesn't need to be changed // Naming, likely doesn't need to be changed
"OnyxNamespace": "onyx", "OnyxNamespace": "onyx",
"Environment": "production-1", "Environment": "production",
"EFSName": "onyx-efs-1", "EFSName": "onyx-efs",
// Region and VPC Stuff // Region and VPC Stuff
"AWSRegion": "us-east-2", "AWSRegion": "us-east-2",
"VpcID": "vpc-08822ab4927074015", "VpcID": "YOUR_VPC_ID",
"SubnetIDs": "subnet-0c0c686bf71a9756e,subnet-0711d1a975b8a035c", "SubnetIDs": "YOUR_SUBNET_ID1,YOUR_SUBNET_ID2",
// Domain and ACM Stuff // Domain and ACM Stuff
"DomainName": "ecs-chris.danswer.dev", "DomainName": "YOUR_DOMAIN e.g ecs.onyx.app",
"ValidationMethod": "DNS", "ValidationMethod": "DNS",
"HostedZoneId": "" // Only specify if using Route 53 for DNS "HostedZoneId": "" // Only specify if using Route 53 for DNS
} }