File tree 2 files changed +12
-1
lines changed
apollo-assembly/src/main/resources
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Apollo 2.3.0
10
10
* [ Fix the issue that the length of private namespaces are mis-calculated] ( https://github.com/apolloconfig/apollo/pull/5078 )
11
11
* [ apollo assembly optimization] ( https://github.com/apolloconfig/apollo/pull/5035 )
12
12
* [ update the config item table column width] ( https://github.com/apolloconfig/apollo/pull/5131 )
13
-
13
+ * [ sync apollo portal server config to apollo quick start server ] ( https://github.com/apolloconfig/apollo/pull/5134 )
14
14
15
15
------------------
16
16
All issues and pull requests are [ here] ( https://github.com/apolloconfig/apollo/milestone/14?closed=1 )
Original file line number Diff line number Diff line change @@ -58,3 +58,14 @@ eureka:
58
58
eurekaServiceUrlPollIntervalSeconds : 60
59
59
fetch-registry : false
60
60
registerWithEureka : false
61
+
62
+ server :
63
+ compression :
64
+ enabled : true
65
+ tomcat :
66
+ use-relative-redirects : true
67
+ servlet :
68
+ session :
69
+ cookie :
70
+ # prevent csrf
71
+ same-site : Lax
You can’t perform that action at this time.
0 commit comments