Initial commit with 2026 World Cup Quant Platform core modules and CI/CD
This commit is contained in:
7
platform/web/.env.example
Normal file
7
platform/web/.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
DATABASE_URL=postgresql://fifa_user:change_me@localhost:5432/fifa2026
|
||||
REDIS_URL=redis://localhost:6379/0
|
||||
NEXTAUTH_SECRET=replace-me
|
||||
NEXTAUTH_URL=https://2026fifa.wooo.work
|
||||
NEXT_PUBLIC_WS_URL=wss://2026fifa.wooo.work/ws/matches
|
||||
NEXT_PUBLIC_API_ORIGIN=https://2026fifa.wooo.work/api
|
||||
|
||||
Reference in New Issue
Block a user