Skip to content

Commit

Permalink
readme, settings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Harel committed Jan 27, 2015
1 parent 11af14f commit 7145d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ To run:
- cd takipi-storage
- mvn compile package
- java -jar target/takipi-storage-1.0.0.jar server settings.yml

https://s3.amazonaws.com/app-takipi-com/deploy/takipi-storage/takipi-storage-1.0.0.tar.gz
10 changes: 0 additions & 10 deletions settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ server:
applicationConnectors:
- type: http
port: 8080
- type: https
port: 8443
keyStorePath: example.keystore
keyStorePassword: example
validateCerts: false
# this requires the alpn-boot library on the JVM's boot classpath
# - type: spdy3
# port: 8445
Expand All @@ -23,11 +18,6 @@ server:
adminConnectors:
- type: http
port: 8081
- type: https
port: 8444
keyStorePath: example.keystore
keyStorePassword: example
validateCerts: false

# Logging settings.
logging:
Expand Down

0 comments on commit 7145d05

Please sign in to comment.