Skip to content

Commit

Permalink
set default session store-type (#3812)
Browse files Browse the repository at this point in the history
* Update application.yml

* Update CHANGES.md
  • Loading branch information
lonre authored Jul 9, 2021
1 parent ab6a172 commit 907dbad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Apollo 1.9.0
* [feature: shared session for multi apollo portal](https://github.com/ctripcorp/apollo/pull/3786)
* [feature: add email for select user on apollo portal](https://github.com/ctripcorp/apollo/pull/3797)
* [feature: modify item comment valid size](https://github.com/ctripcorp/apollo/pull/3803)
* [set default session store-type](https://github.com/ctripcorp/apollo/pull/3812)
* [speed up the stale issue mark and close phase](https://github.com/ctripcorp/apollo/pull/3808)
------------------
All issues and pull requests are [here](https://github.com/ctripcorp/apollo/milestone/6?closed=1)
Expand Down
4 changes: 3 additions & 1 deletion apollo-assembly/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ spring:
cloud:
consul:
enabled: false
session:
store-type: none

logging:
file:
Expand Down Expand Up @@ -49,4 +51,4 @@ eureka:
enabled: true
eurekaServiceUrlPollIntervalSeconds: 60
fetch-registry: false
registerWithEureka: false
registerWithEureka: false

0 comments on commit 907dbad

Please sign in to comment.