16 lines
333 B
Bash
16 lines
333 B
Bash
# Kitchen Agent Configuration
|
|
|
|
# Google reCAPTCHA Site Key (v2 Invisible)
|
|
RECAPTCHA_SITE_KEY=6LfoaqIqAAAAABi1P-6T1gQpfXNXMv6aQqH0lwGK
|
|
|
|
# Server Configuration
|
|
PORT=3000
|
|
HOST=0.0.0.0
|
|
|
|
# Cookie Secret (change this in production!)
|
|
COOKIE_SECRET=0e4cfa9b-ba26-43b7-a6a1-a21585a6495b
|
|
|
|
# ThinkLink API URL
|
|
API_URL=https://api.thinklink.ai
|
|
|