10 lines
296 B
Bash
10 lines
296 B
Bash
# Database Configuration
|
|||
|
|
DATABASE_URL="postgresql://primeiraliga:primeiraliga2024@db:5432/primeiraliga?connect_timeout=15"
|
||
|
|
|
||
|
|
# API Football Configuration
|
||
|
|
API_FOOTBALL_API_KEY="your_api_key_here"
|
||
|
|
|
||
|
|
# NextAuth Configuration
|
||
|
|
NEXTAUTH_URL="http://localhost:3000"
|
||
|
|
NEXTAUTH_SECRET="your-secret-key-here"
|