Skip to content

Commit 4656288

Browse files
committed
updated example deployment xml in README.md
1 parent 12dcf81 commit 4656288

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ If you don't have PyCharm you can get it from here: https://www.jetbrains.com/py
3434
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
3535
<properties>
3636
<!-- The address of the Quali server on which to deploy, mandatory -->
37-
<entry key="serverRootAddress">serverRootAddress</entry>
37+
<entry key="serverRootAddress">localhost</entry>
3838
<!-- The port of the Quali server on which to deploy, defaults to "8029" -->
39-
<entry key="port">port</entry>
39+
<entry key="port">8029</entry>
4040
<!-- The unique name of the driver as seen on the portal management, mandatory -->
4141
<entry key="driverUniqueName">driverUniqueName</entry>
4242
<!-- The server admin username, password and domain to use when deploying, defaults to "admin","admin" and "Global" -->
43-
<entry key="username">username</entry>
44-
<entry key="password">password</entry>
45-
<entry key="domain">domain</entry>
43+
<entry key="username">admin</entry>
44+
<entry key="password">admin</entry>
45+
<entry key="domain">Global</entry>
4646
<!-- Simple patterns to filter when sending the driver to the server separated by semicolons (e.g. "file.xml;logs/"),
4747
on top of the patterns specified here the plugin will automatically filter the "deployment/" and ".idea/" folders and the "deployment.xml" file -->
48-
<entry key="fileFilters">fileFilters</entry>
48+
<entry key="fileFilters">dont_upload_me.xml</entry>
4949
</properties>
5050
```
5151

0 commit comments

Comments
 (0)