c6d2904cfeUpdate environment configuration files to include S3_PROFILE variable for development and production environments; modify image upload path to incorporate S3_PROFILE.yoosangwook2025-06-05 11:14:22 +09:00
38e3ab6715Merge remote-tracking branch 'origin/dev-deploy' into dev-deployyoosangwook2025-06-05 11:08:23 +09:00
6e1020a00dUpdate environment configuration files to include S3_PROFILE variable for development and production environments, and adjust image upload path in API to utilize the new profile structure.yoosangwook2025-06-05 11:08:03 +09:00
da69eaa00aImport configuration module in useRefFiles hook for enhanced background image management.yoosangwook2025-05-29 16:27:09 +09:00
1a8dfa628bImport configuration module in useRefFiles hook for background image managementyoosangwook2025-05-29 16:26:33 +09:00
52cee232d0Add environment configuration files for local and development modes, including API and AWS settingsyoosangwook2025-05-29 16:23:47 +09:00
bcf0e3d1bfUpdate ecosystem configuration for production environment and modify package scripts to use env-cmd for environment managementyoosangwook2025-05-29 16:04:14 +09:00
1cd24aeca9Refactor image upload process: set fixed ContentType for uploaded images and convert Base64 to Blob for file handling in useRefFiles hook.yoosangwook2025-05-29 15:55:53 +09:00
2c475ddbddMerge pull request 'Remove unused environment configuration display from Main component.' (#82) from feature/chore-env into devswyoo2025-05-29 15:39:12 +09:00
63930d0966Merge pull request 'Update environment configuration files to include NEXT_PUBLIC_RUN_MODE for development, local.dev, local, and production environments. Adjust package.json script to rename build command for local development.' (#81) from feature/chore-env into devswyoo2025-05-29 15:28:23 +09:00
772cccce89Update environment configuration files to include NEXT_PUBLIC_RUN_MODE for development, local.dev, local, and production environments. Adjust package.json script to rename build command for local development.yoosangwook2025-05-29 15:27:52 +09:00
81b9d659f6Merge pull request 'Fix local development script in package.json to reference the correct .env.local.dev file.' (#80) from feature/chore-env into devswyoo2025-05-29 15:14:07 +09:00
3594e96a87Fix local development script in package.json to reference the correct .env.local.dev file.yoosangwook2025-05-29 15:13:36 +09:00
a47db47489Merge pull request 'Add local environment configuration for development: create .env.local.dev file and update package.json with new build script for local development.' (#79) from feature/chore-env into devswyoo2025-05-29 14:55:59 +09:00
3034e66c4fAdd local environment configuration for development: create .env.local.dev file and update package.json with new build script for local development.yoosangwook2025-05-29 14:55:37 +09:00
09e5b17fe4Merge pull request 'Add local development ecosystem configuration for Next.js application.' (#78) from feature/chore-env into devswyoo2025-05-29 14:48:40 +09:00
2ed020bbccAdd local development ecosystem configuration for Next.js application.yoosangwook2025-05-29 14:48:11 +09:00
112de1f7b4Merge pull request 'Update startscript to use local development command for consistency with new environment configuration.' (#77) from feature/chore-env into devswyoo2025-05-29 14:41:35 +09:00
c4e5aa1b01Update startscript to use local development command for consistency with new environment configuration.yoosangwook2025-05-29 14:41:03 +09:00
bb76dc9ad4Merge pull request 'Add local development configuration: introduce config.local.dev.js and update config export logic in config.export.js. Enhance package.json with a new local:dev script for environment management.' (#76) from feature/chore-env into devswyoo2025-05-29 14:39:25 +09:00
ada62ae8ecAdd local development configuration: introduce config.local.dev.js and update config export logic in config.export.js. Enhance package.json with a new local:dev script for environment management.yoosangwook2025-05-29 14:38:20 +09:00
febea389c9Merge pull request 'Refactor environment configuration: update package.json scripts to use env-cmd for different environments and replace process.env.NEXT_PUBLIC_API_HOST_URL with Config().baseUrl in API calls across multiple components.' (#75) from feature/chore-env into devswyoo2025-05-29 13:09:32 +09:00
3dc205cb46Refactor environment configuration: update package.json scripts to use env-cmd for different environments and replace process.env.NEXT_PUBLIC_API_HOST_URL with Config().baseUrl in API calls across multiple components.yoosangwook2025-05-29 13:05:47 +09:00
b8bbaba37fUpdate environment configuration: change API host URL to production and set development port to 5010yoosangwook2025-05-29 11:17:23 +09:00
86a67420eaUpdate API host URL in development environment to use HTTPSyoosangwook2025-05-29 11:14:35 +09:00
00d87f143fMerge pull request 'dev' (#74) from dev into dev-deployysCha2025-05-29 10:33:36 +09:00