mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-09 20:55:06 +02:00
Fix onyx_config.jsonl
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
{
|
||||
// Naming, likely doesn't need to be changed
|
||||
"OnyxNamespace": "onyx",
|
||||
"Environment": "production-1",
|
||||
"EFSName": "onyx-efs-1",
|
||||
"Environment": "production",
|
||||
"EFSName": "onyx-efs",
|
||||
|
||||
// Region and VPC Stuff
|
||||
"AWSRegion": "us-east-2",
|
||||
"VpcID": "vpc-08822ab4927074015",
|
||||
"SubnetIDs": "subnet-0c0c686bf71a9756e,subnet-0711d1a975b8a035c",
|
||||
"VpcID": "YOUR_VPC_ID",
|
||||
"SubnetIDs": "YOUR_SUBNET_ID1,YOUR_SUBNET_ID2",
|
||||
|
||||
// Domain and ACM Stuff
|
||||
"DomainName": "ecs-chris.danswer.dev",
|
||||
"DomainName": "YOUR_DOMAIN e.g ecs.onyx.app",
|
||||
"ValidationMethod": "DNS",
|
||||
"HostedZoneId": "" // Only specify if using Route 53 for DNS
|
||||
}
|
Reference in New Issue
Block a user