Skip to content

Commit

Permalink
sync apollo portal server config to apollo quick start server
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam committed Apr 27, 2024
1 parent ed416a1 commit 3d14e6f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Apollo 2.3.0
* [Fix the issue that the length of private namespaces are mis-calculated](https://github.com/apolloconfig/apollo/pull/5078)
* [apollo assembly optimization](https://github.com/apolloconfig/apollo/pull/5035)
* [update the config item table column width](https://github.com/apolloconfig/apollo/pull/5131)

* [sync apollo portal server config to apollo quick start server](https://github.com/apolloconfig/apollo/pull/5134)

------------------
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/14?closed=1)
11 changes: 11 additions & 0 deletions apollo-assembly/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,14 @@ eureka:
eurekaServiceUrlPollIntervalSeconds: 60
fetch-registry: false
registerWithEureka: false

server:
compression:
enabled: true
tomcat:
use-relative-redirects: true
servlet:
session:
cookie:
# prevent csrf
same-site: Lax

0 comments on commit 3d14e6f

Please sign in to comment.