Skip to content

Commit

Permalink
Improve configuration usability with a richer URL property definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ndebuhr committed Jan 5, 2021
1 parent e51795f commit e57cdc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/synthetic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<value>None</value>
</enum-values>
</property>
<property name="url" default="https://api.github.com" description="Base URL for the GitHub installation API (e.g., https://api.github.com)"/>
<property name="username" hidden="true" default="NOTUSED"/>
<property name="password" hidden="true" default="NOTUSED"/>
<property name="domain" hidden="true" default="NOTUSED"/>
Expand Down

0 comments on commit e57cdc2

Please sign in to comment.