Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shengchenyang committed Jun 5, 2024
1 parent 2060bc0 commit a46399c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
; configuration service will only occur when `APP_CONF_MANAGE` is set to True.
; If you need to configure a token, please build it into the url. The `format`
; specifies the format of the configuration content in Nacos, supporting JSON,
; XML, and YAML parsing.
; XML and YAML parsing.

;[nacos]
;url=http://host:port/nacos/v1/cs/configs?dataId=*&group=*&tenant=*
Expand All @@ -32,7 +32,7 @@
; Similarly, when using this, you need to configure APP_CONF_MANAGE to True in
; the project. `token` is an optional parameter representing the Consul ACLs
; token. The `format` specifies the format of the configuration content in
; Consul, supporting JSON, HCL, YAML, and XML parsing.
; Consul, supporting JSON, HCL, YAML and XML parsing.

;[consul]
;url=http://host:port/v1/kv/...?dc=dc1&raw
Expand Down

0 comments on commit a46399c

Please sign in to comment.