fix: 404 if no account

This commit is contained in:
skeris 2024-05-24 22:16:18 +03:00
parent e0caf399c6
commit 1342e3664f

@ -10,7 +10,7 @@ services:
REDIS_ADDR: '10.8.0.5:6379'
REDIS_PASS: 'Redalert2'
REDIS_DB: 4
PENA_SOCIAL_AUTH_URL: 'http://10.8.0.6:59300/amocrm/auth'
PENA_SOCIAL_AUTH_URL: 'http://10.8.0.6:59344/amocrm/auth'
PUBLIC_ACCESS_SECRET_KEY: $JWT_PUBLIC_KEY
PG_CRED: 'host=10.8.0.5 port=5433 user=squiz password=Redalert2 dbname=squiz sslmode=disable'