phonebill/product-service/.run/product-service.run.xml
2025-09-09 01:12:14 +09:00

78 lines
3.6 KiB
XML

<component name="ProjectRunConfigurationManager">
<configuration default="false" name="product-service" type="GradleRunConfiguration" factoryName="Gradle">
<ExternalSystemSettings>
<option name="env">
<map>
<!-- Database Connection -->
<entry key="DB_HOST" value="20.249.107.185" />
<entry key="DB_PORT" value="5432" />
<entry key="DB_NAME" value="product_change_db" />
<entry key="DB_USERNAME" value="product_change_user" />
<entry key="DB_PASSWORD" value="ProductUser2025!" />
<entry key="DB_KIND" value="postgresql" />
<!-- Redis Connection -->
<entry key="REDIS_HOST" value="20.249.193.103" />
<entry key="REDIS_PORT" value="6379" />
<entry key="REDIS_PASSWORD" value="Redis2025Dev!" />
<entry key="REDIS_DATABASE" value="2" />
<!-- Server Configuration -->
<entry key="SERVER_PORT" value="8083" />
<entry key="SPRING_PROFILES_ACTIVE" value="dev" />
<!-- JWT Configuration -->
<entry key="JWT_SECRET" value="phonebill-jwt-secret-key-2025-dev" />
<entry key="JWT_EXPIRATION" value="3600" />
<!-- JPA Configuration -->
<entry key="JPA_DDL_AUTO" value="update" />
<entry key="DDL_AUTO" value="update" />
<entry key="SHOW_SQL" value="true" />
<!-- Logging Configuration -->
<entry key="LOG_FILE" value="logs/product-service.log" />
<entry key="LOG_LEVEL_APP" value="DEBUG" />
<entry key="LOG_LEVEL_SECURITY" value="DEBUG" />
<entry key="LOG_LEVEL_SQL" value="DEBUG" />
<!-- KOS Mock Configuration -->
<entry key="KOS_BASE_URL" value="http://localhost:8084" />
<entry key="KOS_MOCK_ENABLED" value="true" />
<entry key="KOS_API_KEY" value="dev-api-key" />
<entry key="KOS_CLIENT_ID" value="product-service-dev" />
<!-- Product Service Specific Settings -->
<entry key="PRODUCT_PROCESSING_ASYNC_ENABLED" value="false" />
<entry key="PRODUCT_CACHE_CUSTOMER_INFO_TTL" value="600" />
<entry key="PRODUCT_CACHE_PRODUCT_INFO_TTL" value="300" />
<entry key="PRODUCT_CACHE_AVAILABLE_PRODUCTS_TTL" value="1800" />
<entry key="PRODUCT_CACHE_PRODUCT_STATUS_TTL" value="300" />
<entry key="PRODUCT_CACHE_LINE_STATUS_TTL" value="180" />
<entry key="PRODUCT_VALIDATION_ENABLED" value="true" />
<entry key="PRODUCT_VALIDATION_STRICT_MODE" value="false" />
<entry key="TEST_DATA_ENABLED" value="true" />
<entry key="CORS_ALLOWED_ORIGINS" value="*" />
</map>
</option>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" value="" />
<option name="taskDescriptions">
<list />
</option>
<option name="taskNames">
<list>
<option value="product-service:bootRun" />
</list>
</option>
<option name="vmOptions" value="-Dspring.profiles.active=dev -Dfile.encoding=UTF-8 -Duser.timezone=Asia/Seoul" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>false</RunAsTest>
<method v="2" />
</configuration>
</component>