10 lines
211 B
Bash
10 lines
211 B
Bash
# Eloverblik API Configuration
|
|
ELOVERBLIK_API_TOKEN=your_refresh_token_here
|
|
|
|
# Database Configuration
|
|
DB_HOST=localhost
|
|
DB_NAME=energy_consumption
|
|
DB_USER=energy_user
|
|
DB_PASSWORD=your_password_here
|
|
DB_PORT=5432
|