mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
32 lines
1.5 KiB
XML
32 lines
1.5 KiB
XML
<!--
|
|
~ Copyright (c) 2024 nosqlbench
|
|
~
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
~ you may not use this file except in compliance with the License.
|
|
~ You may obtain a copy of the License at
|
|
~
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
~
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
~ See the License for the specific language governing permissions and
|
|
~ limitations under the License.
|
|
-->
|
|
|
|
<component name="ProjectRunConfigurationManager">
|
|
<configuration default="false" name="astra DAPI rampup" type="JarApplication" folderName="Astra DAPI">
|
|
<extension name="software.aws.toolkits.jetbrains.core.execution.JavaAwsConnectionExtension">
|
|
<option name="credential" />
|
|
<option name="region" />
|
|
<option name="useCurrentConnection" value="false" />
|
|
</extension>
|
|
<option name="JAR_PATH" value="$PROJECT_DIR$/nb5/target/nb5.jar" />
|
|
<option name="PROGRAM_PARAMETERS" value="astra_kv_dapi default.rampup threads=1 astraTokenFile=target/token astraApiEndpointFile=target/endpoint -v" />
|
|
<option name="WORKING_DIRECTORY" value="$ProjectFileDir$/local/dataapi" />
|
|
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
|
|
<option name="ALTERNATIVE_JRE_PATH" value="21" />
|
|
<method v="2" />
|
|
</configuration>
|
|
</component>
|