Skip to content

Commit

Permalink
fix:config
Browse files Browse the repository at this point in the history
  • Loading branch information
iDeMonnnnnn committed Nov 2, 2020
1 parent cbf4b2b commit 00f532e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<config>
<!--密钥文件路径-->
<path>D:\ITCode\g.keystore</path>
<path>D:\your.jks</path>
<!--密钥密码-->
<storePassword>123456</storePassword>
<storePassword>storePassword</storePassword>
<!--密钥别名-->
<keyAlias>a</keyAlias>
<keyAlias>keyAlias</keyAlias>
<!--密钥别名密码-->
<keyPassword>123456</keyPassword>
<keyPassword>keyPassword</keyPassword>
</config>

0 comments on commit 00f532e

Please sign in to comment.