14 Commits

Author SHA1 Message Date
8a1313a964 chore: update environment configuration files to include EMAIL_TITLE_PREFIX
- Added EMAIL_TITLE_PREFIX variable to .env.development for system test identification.
- Cleared EMAIL_TITLE_PREFIX in .env.localhost and .env.production for consistency across environments.
2025-06-02 10:11:22 +09:00
f1617045a5 chore: update environment files to use localhost for API URLs and add nodemailer types to package-lock 2025-05-29 10:23:35 +09:00
dc0009ddd7 chore: add SMTP configuration to environment files and integrate nodemailer for email functionality 2025-05-28 15:37:47 +09:00
c027a3977b chore: update QSP API URL in development and production environment files 2025-05-28 14:21:24 +09:00
69b1dd6955 chore: set inquiry api url 2025-05-27 10:32:40 +09:00
e846b55faa chore: Update environment configuration and enhance API integration
- Added NEXT_PUBLIC_RUN_MODE to .env files for environment differentiation.
- Introduced .env.localhost for local development settings.
- Updated .env.production with the correct API URL.
- Modified package.json scripts to utilize env-cmd for environment-specific commands.
- Created a common configuration module to manage environment-specific settings.
- Refactored useAxios to utilize the new configuration for base URL management.
- Enhanced Footer component to display current configuration values.
2025-05-22 15:00:41 +09:00
6033054c6e chore: Update environment variables for database connection and refactor authentication API routes to improve session handling and login logic 2025-05-20 17:08:25 +09:00
nalpari
fcd80cbe3b ... 2025-05-20 14:16:19 +09:00
2d1184e1c0 chore: Update environment variables for database connection and add MySQL2 dependency; implement partner API route and database query functionality 2025-05-20 13:59:58 +09:00
e5affe0df5 chore: update environment variables and dependencies; add database configuration for QPARTNER login 2025-05-13 13:28:46 +09:00
b4e009cb8e chore: add inquiry API URL to development and production environment files 2025-05-12 18:24:11 +09:00
5048fe1c08 chore: axios 설정 충돌 해결 2025-05-07 15:17:01 +09:00
58662400cb chore: Update environment configuration for API URL and enhance next.config.ts with rewrites and CORS headers 2025-04-29 10:23:15 +09:00
1d823ea097 📌 refactor: Remove user creation button from login page 2025-04-11 09:38:04 +09:00