Learn how to securely connect your Blnk Core instance to Cloud.
https://api.yourcompany.com
);host.docker.internal
as the host.Trouble connecting to your database locally
host.docker.internal
as the host in your database URL;postgres://postgres:password@host.docker.internal:5432/blnk?sslmode=disable
.localhost
as the host in your database URL;postgres://postgres:password@localhost:5432/blnk?sslmode=disable
.Docker container won't start
docker --version
;docker ps
;docker logs blnk-agent-[name] --tail 50
.Database connection failed
Connection agent shows as disconnected
docker restart blnk-agent-[name]
;Instance authentication failed