Auth ok
This commit is contained in:
18
webserver/src/main/resources/client.default.properties
Normal file
18
webserver/src/main/resources/client.default.properties
Normal file
@@ -0,0 +1,18 @@
|
||||
mode = standalone
|
||||
# webapp connector
|
||||
webapp.protocol = http
|
||||
webapp.host = localhost
|
||||
webapp.port = 8080
|
||||
webapp.context = /
|
||||
webapp.external.url = http://localhost:8080
|
||||
|
||||
# api connector
|
||||
api.protocol = http
|
||||
api.host = localhost
|
||||
api.port = 8085
|
||||
api.context = /api/tour
|
||||
api.external.url = http://localhost:8085/api/
|
||||
|
||||
webapp.ssl.key = jar:file:$jar!/ssl/localhost.key
|
||||
webapp.ssl.pass =
|
||||
webapp.ssl.cert = jar:file:$jar!/ssl/localhost.crt
|
@@ -1,17 +1,17 @@
|
||||
mode = standalone
|
||||
mode = server
|
||||
# webapp connector
|
||||
webapp.protocol = http
|
||||
webapp.interface = localhost
|
||||
webapp.host = localhost
|
||||
webapp.port = 8080
|
||||
webapp.context = /
|
||||
webapp.external.url = http://localhost:8080
|
||||
|
||||
# api connector
|
||||
api.protocol = http
|
||||
api.interface = localhost
|
||||
api.port = 8080
|
||||
api.host = localhost
|
||||
api.port = 8085
|
||||
api.context = /api/tour
|
||||
api.external.url = http://localhost:8080/api/
|
||||
api.external.url = http://localhost:8085/api/
|
||||
|
||||
webapp.ssl.key = jar:file:$jar!/ssl/localhost.key
|
||||
webapp.ssl.pass =
|
||||
|
18
webserver/src/main/resources/standalone.default.properties
Normal file
18
webserver/src/main/resources/standalone.default.properties
Normal file
@@ -0,0 +1,18 @@
|
||||
mode = standalone
|
||||
# webapp connector
|
||||
webapp.protocol = http
|
||||
webapp.host = localhost
|
||||
webapp.port = 8080
|
||||
webapp.context = /
|
||||
webapp.external.url = http://localhost:8080
|
||||
|
||||
# api connector
|
||||
api.protocol = http
|
||||
api.host = localhost
|
||||
api.port = 8080
|
||||
api.context = /api/tour
|
||||
api.external.url = http://localhost:8080/api/
|
||||
|
||||
webapp.ssl.key = jar:file:$jar!/ssl/localhost.key
|
||||
webapp.ssl.pass =
|
||||
webapp.ssl.cert = jar:file:$jar!/ssl/localhost.crt
|
Reference in New Issue
Block a user