Files
sst_site/.history/.env_20251021214349
2025-10-22 21:22:44 +09:00

39 lines
901 B
Plaintext

# Environment Configuration
NODE_ENV=development
PORT=3000
# Database - PostgreSQL
DATABASE_URL=postgresql://trevor:R0sebud@localhost:5432/smartsoltech
DB_HOST=localhost
DB_PORT=5432
DB_NAME=smartsoltech
DB_USER=trevor
DB_PASSWORD=R0sebud
# JWT Secret
JWT_SECRET=:AISDFUhbsLKFJADESFIOlugtywow8fryuelhbf2p349[yresdugiflhbjKASDJfbh
# Session Secret
SESSION_SECRET=LKSJ:DFHGAJKLfbads;oflIAFK:DHJSUGBVdil;asufgtdshjfv
# Telegram Bot
TELEGRAM_BOT_TOKEN=8289431590:AAEVZWjb6PgGbv-jivphXfqCMD9c6NqE870
TELEGRAM_CHAT_ID=-4949859416
# Email Configuration (for contact forms)
EMAIL_HOST=smtp.gmail.com
EMAIL_PORT=587
EMAIL_USER=tsoy4uk@gmail.com
EMAIL_PASS=Cl0ud_1985_!
# Admin Credentials (default)
ADMIN_EMAIL=admin@smartsoltech.kr
ADMIN_PASSWORD=admin123456
# File Upload
MAX_FILE_SIZE=10485760
UPLOAD_PATH=./public/uploads
# Site Configuration
SITE_URL=https://smartsoltech.kr
SITE_NAME=SmartSolTech