Reorganizing to a parent project, a light and a heavy (validating) library, a commandline application and the server
This commit is contained in:
13
Mustang-Server/config.yml
Normal file
13
Mustang-Server/config.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
swagger:
|
||||
resourcePackage: mustang
|
||||
server:
|
||||
applicationConnectors:
|
||||
- type: http
|
||||
port: 8080
|
||||
- type: https
|
||||
port: 8443
|
||||
# keytool -genkeypair -keyalg RSA -dname "CN=localhost" -keystore dwstart.keystore -keypass crimson -storepass crimson
|
||||
keyStorePath: ./dwstart.keystore
|
||||
keyStorePassword: "crimson"
|
||||
validateCerts: false
|
||||
validatePeers: false
|
||||
Reference in New Issue
Block a user