Reeng properties

This commit is contained in:
Claude Brisson
2023-10-29 13:59:03 +01:00
parent eaf2a253d6
commit 8e5450486e
7 changed files with 81 additions and 12 deletions

View File

@@ -59,10 +59,11 @@
<configuration>
<scan>0</scan>
<httpConnector>
<port>8085</port>
<host>${pairgoth.api.host}</host>
<port>${pairgoth.api.port}</port>
</httpConnector>
<webApp>
<contextPath>/api/</contextPath>
<contextPath>${pairgoth.api.context}/</contextPath>
</webApp>
</configuration>
</plugin>