add config.example.xml

This commit is contained in:
Namhyeon Go 2020-11-05 11:24:01 +09:00
parent beaeb2623a
commit ff279ba2de
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -106,3 +106,4 @@ dist
# Custom directories and files
bin/
packages/
config.xml

5
config.example.xml Normal file
View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Config>
<AppName>WelsonJS</AppName>
<ApiUrl>http://127.0.0.1</ApiUrl>
</Config>