10 Commits

Author SHA1 Message Date
15114d8da0 chore: update environment configuration for development, localhost, and production
- Added DATABASE_URL, DATABASE_CONNECTION_LIMIT, DATABASE_POOL_MIN, DATABASE_POOL_MAX, and SESSION_PASSWORD to .env, .env.development, .env.localhost, and .env.production files.
- Ensured consistent database connection settings across different environments for improved application performance.
2025-06-12 14:56:57 +09:00
d36b5c714f chore: db url appName추가, prisma 임시 원복 2025-06-11 17:53:44 +09:00
b97af6338e chore: update database connection settings and enhance Prisma client configuration
- Added connection timeout to DATABASE_URL in .env.
- Introduced DATABASE_CONNECTION_LIMIT, DATABASE_POOL_MIN, and DATABASE_POOL_MAX for connection pooling.
- Enhanced Prisma client initialization with logging and connection pool settings.
- Implemented graceful disconnection on process termination signals.
2025-06-11 17:36:15 +09:00
34638ff0f0 fix: Change prisma db URL 2025-05-09 15:16:58 +09:00
fc93853601 feat: implement survey-sale's read list & delete function
- 조사 매물 삭제, 리스트 조회 기능 구현
2025-05-02 15:41:37 +09:00
8240b434fd chore: Update DATABASE_URL in .env to use the production server address 2025-04-29 10:52:59 +09:00
7f79576468 chore: Update DATABASE_URL in .env and enhance schema.prisma with detailed comments and new models for sales information 2025-04-28 17:36:38 +09:00
f83222ade5 feat: Add HOME button to Suitable component for navigation 2025-04-25 10:56:15 +09:00
0c185e0856 chore: Update DATABASE_URL in .env for new SQL Server connection 2025-04-21 16:56:12 +09:00
0f9d3588fb fix: Update .gitignore to ignore .env files by prefixing with a dot 2025-04-04 09:04:35 +09:00