Changes to address_active index means our host_id needs to be unique across the zone

This commit is contained in:
Deon George
2022-11-20 00:19:09 +11:00
parent 289caa8225
commit ccf187d710
4 changed files with 46 additions and 16 deletions

View File

@@ -10,9 +10,9 @@ LOG_LEVEL=debug
DB_CONNECTION=pgsql
DB_HOST=postgres-test
DB_PORT=5432
DB_DATABASE=postgres
DB_USERNAME=postgres
DB_PASSWORD=password
DB_DATABASE=test
DB_USERNAME=test
DB_PASSWORD=test
DB_MONGO_HOST=mongo
DB_MONGO_USERNAME=mongo