Skip to content

Commit

Permalink
fixbug: error default field name (#303)
Browse files Browse the repository at this point in the history
Co-authored-by: akitata <akitata@akitata>
  • Loading branch information
Akitata and akitata authored Mar 24, 2023
1 parent 4a99227 commit 9591915
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="endpoint" default="${nacos.endpoint:}"/>
<xsd:attribute name="namespace" default="${nacos.endpoint:}"/>
<xsd:attribute name="namespace" default="${nacos.namespace:}"/>
<xsd:attribute name="access-key" default="${nacos.access-key:}"/>
<xsd:attribute name="secret-key" default="${nacos.secret-key:}"/>
<xsd:attribute name="server-addr" default="${nacos.server-addr:}"/>
Expand Down

0 comments on commit 9591915

Please sign in to comment.