Price_Pulse/parsing-service/.run/ParsingService [local].run.xml

17 lines
842 B
XML
Raw Normal View History

2024-09-26 21:37:10 +04:00
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="ParsingService [local]" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<option name="ACTIVE_PROFILES" value="dev,ozon,headless,postgres_stat" />
<option name="SCHEDULED_DEBUGGER" value="true" />
2024-09-26 21:37:10 +04:00
<envs>
2024-10-15 10:10:11 +04:00
<env name="POSTGRES_JDBC_PASSWORD" value="postgres" />
<env name="POSTGRES_JDBC_USERNAME" value="postgres" />
<env name="POSTGRES_JDBC_URL" value="localhost:5432/parsed_data" />
2024-10-13 18:34:11 +04:00
<env name="SERVER_PORT" value="8080" />
</envs>
<module name="parsing-service.main" />
<option name="SPRING_BOOT_MAIN_CLASS" value="ru.pricepulse.parsingservice.ParsingServiceApplication" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
2024-09-26 21:37:10 +04:00
</component>