Revert "Beta feat: migrate from SQLite to PostgreSQL + Redis architecture"

This commit is contained in:
Icyoung
2025-11-04 21:47:58 +08:00
committed by GitHub
parent 726e5bf9be
commit 3e4c415628
14 changed files with 12 additions and 1507 deletions

View File

@@ -1,18 +1,6 @@
# NOFX Environment Variables Template
# Copy this file to .env and modify the values as needed
# PostgreSQL数据库配置
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_DB=nofx
POSTGRES_USER=nofx
POSTGRES_PASSWORD=nofx123456
# Redis配置
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_PASSWORD=redis123456
# Ports Configuration
# Backend API server port (internal: 8080, external: configurable)
NOFX_BACKEND_PORT=8080