Setting up standalone/client/server run scripts

This commit is contained in:
Claude Brisson
2023-06-12 08:12:58 +02:00
parent 7a5502a29f
commit 2ae8657b83
10 changed files with 31 additions and 17 deletions

View File

@@ -101,11 +101,11 @@
<version>${jetty.version}</version>
<configuration>
<scan>0</scan>
<httpConnector>
<port>8080</port>
</httpConnector>
<systemProperties>
<systemProperty>
<name>pairgoth.webapp.url</name>
<value>http://localhost:8080</value>
</systemProperty>
<pairgoth.api.url>http://localhost:8085/api/</pairgoth.api.url>
</systemProperties>
</configuration>
</plugin>