Skip to content

Commit

Permalink
Modify the default nacos config file (apache#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangthen committed Apr 19, 2019
1 parent 796df44 commit a053bf9
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions server/src/main/resources/nacos-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ service.disable=false
client.async.commit.buffer.limit=10000
client.lock.retry.internal=10
client.lock.retry.times=30
store.max-branch-session-size=16384
store.max-global-session-size=512
store.file-write-buffer-cache-size=16384
store.session.reload.read_size=100

store.mode = file
store.file.dir=file_store/data
store.file.max-branch-session-size=16384
store.file.max-global-session-size=512
store.file.file-write-buffer-cache-size=16384
store.file.session.reload.read_size=100
store.db.driver_class = ""
store.db.url = ""
store.db.user = ""
store.db.password = ""

0 comments on commit a053bf9

Please sign in to comment.