Reorganizing to a parent project, a light and a heavy (validating) library, a commandline application and the server

This commit is contained in:
Jochen Stärk
2020-03-28 18:28:32 +01:00
parent 7b0a3f2ae0
commit dea42f950e
218 changed files with 1003962 additions and 269 deletions

13
Mustang-Server/config.yml Normal file
View 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