Productionize EventSphere platform

This commit is contained in:
Austin A
2026-04-25 21:02:19 +01:00
commit 1f1d30a9f5
171 changed files with 18682 additions and 0 deletions

25
.env.example Normal file
View File

@@ -0,0 +1,25 @@
NEXT_PUBLIC_API_URL=http://localhost:4000/api/v1
PUBLIC_API_URL=http://localhost:4000
CORS_ORIGINS=http://localhost:3000
DATABASE_URL=postgresql://eventsphere:eventsphere@localhost:5432/eventsphere
REDIS_URL=redis://localhost:6379
JWT_SECRET=replace_me
JWT_ACCESS_TTL=15m
JWT_REFRESH_TTL=30d
AUTO_BOOTSTRAP=0
ALLOW_PUBLIC_SIGNUP=0
DEFAULT_TENANT_NAME=EventSphere
DEFAULT_TENANT_SLUG=eventsphere
DEFAULT_SUPERADMIN_FULL_NAME=Super Admin
DEFAULT_SUPERADMIN_EMAIL=superadmin@eventsphere.local
DEFAULT_SUPERADMIN_PASSWORD=replace_me
AFRICASTALKING_USERNAME=sandbox
AFRICASTALKING_API_KEY=replace_me
AFRICASTALKING_SENDER_ID=replace_me
AFRICASTALKING_WHATSAPP_URL=replace_me
PAYSTACK_SECRET_KEY=replace_me
SMTP_HOST=smtp.example.com
SMTP_PORT=587
SMTP_USER=replace_me
SMTP_PASS=replace_me
SMTP_FROM=EventSphere <no-reply@example.com>