25 lines
505 B
Plaintext
25 lines
505 B
Plaintext
# Database Configuration
|
|
DB_HOST=localhost
|
|
DB_USER=ealmeida_desk24
|
|
DB_PASS=your_password_here
|
|
DB_NAME=ealmeida_desk24
|
|
|
|
# API Configuration
|
|
API_PORT=3001
|
|
FRONTEND_URL=http://localhost:5173
|
|
|
|
# Hetzner Cloud API
|
|
HETZNER_TOKEN=your_hetzner_api_token_here
|
|
|
|
# SSH Servers (for metrics collection)
|
|
SERVER_HOST=176.9.3.158
|
|
SERVER_USER=root
|
|
SERVER_PASS=your_cwp_server_password
|
|
|
|
EASY_HOST=178.63.18.51
|
|
EASY_USER=root
|
|
EASY_PASS=your_easypanel_password
|
|
|
|
# Production URLs
|
|
# FRONTEND_URL=https://dash.descomplicar.pt
|