[
https://issues.apache.org/jira/browse/EAGLE-549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15500504#comment-15500504
]
ASF GitHub Bot commented on EAGLE-549:
--------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/incubator-eagle/pull/440
> Add required field for application configuration
> ------------------------------------------------
>
> Key: EAGLE-549
> URL: https://issues.apache.org/jira/browse/EAGLE-549
> Project: Eagle
> Issue Type: New Feature
> Affects Versions: v0.5.0
> Reporter: Hao Chen
> Assignee: Hao Chen
> Fix For: v0.5.0
>
>
> {code}
> <configuration>
> <property>
> <name>service.host</name>
> <value>localhost</value>
> <displayName>Eagle Service Host</displayName>
> <description>Eagle Service Host, default: localhost</description>
> <required>true</required>
> </property>
> <property>
> <name>service.port</name>
> <value>8080</value>
> <displayName>Eagle Service Port</displayName>
> <description>Eagle Service Port, default: 8080</description>
> <required>false</required>
> </property>
> </configuration>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)