Reeng properties
This commit is contained in:
@@ -99,12 +99,13 @@
|
||||
<configuration>
|
||||
<scan>1</scan>
|
||||
<httpConnector>
|
||||
<port>8080</port>
|
||||
<host>${pairgoth.webapp.host}</host>
|
||||
<port>${pairgoth.webapp.port}</port>
|
||||
</httpConnector>
|
||||
<!--
|
||||
<systemProperties>
|
||||
<pairgoth.api.url>${webapp.url}</pairgoth.api.url>
|
||||
<pairgoth.env>${webapp.env}</pairgoth.env>
|
||||
<pairgoth.api.url>${pairgoth.api.url}</pairgoth.api.url>
|
||||
<pairgoth.env>${pairgoth.env}</pairgoth.env>
|
||||
</systemProperties>
|
||||
-->
|
||||
<webApp>
|
||||
|
@@ -1,7 +1,19 @@
|
||||
# webapp
|
||||
webapp.env = dev
|
||||
webapp.url = https://localhost:8080
|
||||
api.url = https://localhost:8085/api
|
||||
# environment
|
||||
env = dev
|
||||
|
||||
# webapp connector
|
||||
webapp.protocol = http
|
||||
webapp.interface = localhost
|
||||
webapp.port = 8080
|
||||
webapp.context = /
|
||||
webapp.external.url = http://localhost:8080
|
||||
|
||||
# api connector
|
||||
api.protocol = http
|
||||
api.interface = localhost
|
||||
api.port = 8085
|
||||
api.context = /api
|
||||
api.external.url = http://localhost:8085/api
|
||||
|
||||
# store
|
||||
store = file
|
||||
|
Reference in New Issue
Block a user