vscode 설정 변경 및 환경 설정 변경

This commit is contained in:
2025-12-15 07:50:28 +09:00
parent feb795ea91
commit 181c0b2a10
7 changed files with 532 additions and 8 deletions

14
.env
View File

@@ -7,20 +7,20 @@
# ==============================================
# DATABASE CONFIGURATION
# ==============================================
DATABASE_URL=postgresql://user:password@localhost:5432/genome_db
POSTGRES_HOST=localhost
POSTGRES_USER=postgres
POSTGRES_PASSWORD=turbo123
DATABASE_URL=postgresql://genome:genome1@3@192.168.11.46:5431/genome_db
POSTGRES_HOST=192.168.11.46
POSTGRES_USER=genome
POSTGRES_PASSWORD=genome1@3
POSTGRES_DB=genome_db
POSTGRES_PORT=5432
POSTGRES_PORT=5431
POSTGRES_SYNCHRONIZE=true
POSTGRES_LOGGING=true
# ==============================================
# REDIS CONFIGURATION
# ==============================================
REDIS_URL=redis://localhost:6379
REDIS_HOST=localhost
REDIS_URL=redis://192.168.11.46:6379
REDIS_HOST=192.168.11.46
REDIS_PORT=6379
# ==============================================