2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-09-05 16:55:16 +00:00

Consistency Updates

- Clean up documentation
- Update architecure diagram
- Fix discrepencies between local and docker test execution
- Fix inconsistencies in various configuration files used for tests and
execution
This commit is contained in:
Ryan Emerle
2021-12-08 14:36:00 -05:00
parent 9913b67d75
commit 85577a27f0
36 changed files with 1597 additions and 722 deletions

View File

@@ -52,7 +52,7 @@ snippet...
access-key = ${AWS_ACCESS_KEY}
secret-key = ${AWS_SECRET_ACCESS_KEY}
signing-region = ${SQS_REGION}
service-endpoint = ${SQS_ENDPOINT}
service-endpoint = ${SQS_SERVICE_ENDPOINT}
queue-name = ${SQS_QUEUE_NAME}
}
```