Skip to main content
Before deploying Blink Server to production, complete this checklist.

Required

Set this to the public URL where your server is accessible. This is used for webhook callbacks and agent communication.
BLINK_ACCESS_URL=https://blink.example.com
Set a secure, random secret for authentication. This is more reliable than the auto-generated secret stored on the filesystem.
# Generate a secure secret
openssl rand -base64 32

BLINK_AUTH_SECRET=your-generated-secret

Set up wildcard subdomain routing

For more secure webhook URLs, configure a wildcard domain. See Wildcard Subdomain Routing for setup instructions.