dolphin-application-api.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <!--
  2. ~ Licensed to the Apache Software Foundation (ASF) under one or more
  3. ~ contributor license agreements. See the NOTICE file distributed with
  4. ~ this work for additional information regarding copyright ownership.
  5. ~ The ASF licenses this file to You under the Apache License, Version 2.0
  6. ~ (the "License"); you may not use this file except in compliance with
  7. ~ the License. You may obtain a copy of the License at
  8. ~
  9. ~ http://www.apache.org/licenses/LICENSE-2.0
  10. ~
  11. ~ Unless required by applicable law or agreed to in writing, software
  12. ~ distributed under the License is distributed on an "AS IS" BASIS,
  13. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. ~ See the License for the specific language governing permissions and
  15. ~ limitations under the License.
  16. -->
  17. <configuration>
  18. <property>
  19. <name>server.port</name>
  20. <value>12345</value>
  21. <description>
  22. server port
  23. </description>
  24. <value-attributes>
  25. <type>int</type>
  26. </value-attributes>
  27. </property>
  28. <property>
  29. <name>server.servlet.session.timeout</name>
  30. <value>7200</value>
  31. <value-attributes>
  32. <type>int</type>
  33. </value-attributes>
  34. <description>
  35. </description>
  36. </property>
  37. <property>
  38. <name>server.servlet.context-path</name>
  39. <value>/dolphinscheduler/</value>
  40. <description>
  41. </description>
  42. </property>
  43. <property>
  44. <name>spring.servlet.multipart.max-file-size</name>
  45. <value>1024</value>
  46. <value-attributes>
  47. <unit>MB</unit>
  48. <type>int</type>
  49. </value-attributes>
  50. <description>
  51. </description>
  52. </property>
  53. <property>
  54. <name>spring.servlet.multipart.max-request-size</name>
  55. <value>1024</value>
  56. <value-attributes>
  57. <unit>MB</unit>
  58. <type>int</type>
  59. </value-attributes>
  60. <description>
  61. </description>
  62. </property>
  63. <property>
  64. <name>server.jetty.max-http-post-size</name>
  65. <value>5000000</value>
  66. <value-attributes>
  67. <type>int</type>
  68. </value-attributes>
  69. <description>
  70. </description>
  71. </property>
  72. <property>
  73. <name>spring.messages.encoding</name>
  74. <value>UTF-8</value>
  75. <description></description>
  76. </property>
  77. <property>
  78. <name>spring.messages.basename</name>
  79. <value>i18n/messages</value>
  80. <description></description>
  81. </property>
  82. <property>
  83. <name>security.authentication.type</name>
  84. <value>PASSWORD</value>
  85. <description></description>
  86. </property>
  87. </configuration>