Merge pull request #218 from nrenner/idea-config

Make paths consistent with server.sh
This commit is contained in:
abrensch 2020-01-23 21:32:48 +01:00 committed by GitHub
commit 1790555d7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,7 @@
<configuration default="false" name="RouteServer" type="Application" factoryName="Application" nameIsGenerated="true"> <configuration default="false" name="RouteServer" type="Application" factoryName="Application" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="btools.server.RouteServer" /> <option name="MAIN_CLASS_NAME" value="btools.server.RouteServer" />
<module name="brouter-server" /> <module name="brouter-server" />
<option name="PROGRAM_PARAMETERS" value="segments4 brouter/misc/profiles2 profiles_user 17777 1" /> <option name="PROGRAM_PARAMETERS" value="misc/segments4 misc/profiles2 ../customprofiles 17777 1 localhost" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/.." />
<extension name="coverage"> <extension name="coverage">
<pattern> <pattern>
<option name="PATTERN" value="btools.server.*" /> <option name="PATTERN" value="btools.server.*" />