Browse Source

Remove config from main file

pull/4639/head
Volodymyr Babak 5 years ago
committed by Andrew Shvayka
parent
commit
addfaa60a4
  1. 3
      application/src/main/resources/thingsboard.yml

3
application/src/main/resources/thingsboard.yml

@ -19,9 +19,6 @@ server:
address: "${HTTP_BIND_ADDRESS:0.0.0.0}"
# Server bind port
port: "${HTTP_BIND_PORT:8080}"
tomcat:
# Maximum size of data that could be send over HTTP form POST request
max-http-form-post-size: "${MAX_HTTP_FORM_POST_SIZE:10000000}" # 10Mb
# Server SSL configuration
ssl:
# Enable/disable SSL support

Loading…
Cancel
Save