This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# ═══════════════════════════════════════════════════════════════════════════════
|
||||
# meSEO — Development Environment
|
||||
# ═══════════════════════════════════════════════════════════════════════════════
|
||||
# Safe to commit — no secrets here.
|
||||
# Real secrets go in .env.local (which is gitignored).
|
||||
|
||||
MESEO_ENV=development
|
||||
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
||||
NEXT_PUBLIC_API_URL=http://localhost:3000/api
|
||||
NEXT_PUBLIC_COLLECT_ENDPOINT=/api/collect
|
||||
NEXT_PUBLIC_TRACKER_SCRIPT_URL=/t.js
|
||||
|
||||
# Dev feature flags — all enabled
|
||||
FEATURE_AI_AVATAR=true
|
||||
FEATURE_SITE_TAG=true
|
||||
FEATURE_BILLING=true
|
||||
DEBUG_MODE=true
|
||||
Reference in New Issue
Block a user