nextinbox / .env.example
loko-dev's picture
Add initial project setup with environment configuration, Go modules, Dockerfile, and example code
4f3c35d
raw
history blame contribute delete
142 Bytes
SUPABASE_PROJECT_REF=your_project_ref_here
SUPABASE_ANON_KEY=your_anon_key_here
SUPABASE_SERVICE_ROLE_KEY=your_service_role_key_here
PORT=8080