Fixes to finding a record when FTN when region_id/host_id have the same value

This commit is contained in:
Deon George
2021-11-20 11:50:45 +11:00
parent 483e35202b
commit 6f9df005aa
3 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
APP_NAME="Clearing Houz"
APP_NAME="Clearing Houz Testing"
APP_ENV=testing
APP_KEY=
APP_KEY=base64:FiMSvv4J7jDfy6W/sHrQ9YImuUYaxynYCcXQJwp/6Tc=
APP_DEBUG=true
#APP_URL=http://localhost
@@ -8,11 +8,11 @@ LOG_CHANNEL=stderr
LOG_LEVEL=info
DB_CONNECTION=pgsql
DB_HOST=database
DB_HOST=postgres-test
DB_PORT=5432
DB_DATABASE=postgres
DB_USERNAME=postgres
DB_PASSWORD=secret
DB_PASSWORD=password
DB_MONGO_HOST=mongo
DB_MONGO_USERNAME=mongo
@@ -29,8 +29,8 @@ REDIS_PASSWORD=
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=mail.leenooks.vpn
MAIL_PORT=25
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=