Skip to content

Commit 3d14e6f

Browse files
committed
sync apollo portal server config to apollo quick start server
1 parent ed416a1 commit 3d14e6f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Apollo 2.3.0
1010
* [Fix the issue that the length of private namespaces are mis-calculated](https://github.com/apolloconfig/apollo/pull/5078)
1111
* [apollo assembly optimization](https://github.com/apolloconfig/apollo/pull/5035)
1212
* [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)
1414

1515
------------------
1616
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/14?closed=1)

apollo-assembly/src/main/resources/application.yml

+11
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,14 @@ eureka:
5858
eurekaServiceUrlPollIntervalSeconds: 60
5959
fetch-registry: false
6060
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

0 commit comments

Comments
 (0)