Configure kredits-github #37

Merged
greg merged 12 commits from feature/35-kredits_github into master 2019-04-25 14:03:15 +00:00
Showing only changes of commit e62393e443 - Show all commits

View File

@ -15,16 +15,22 @@ Attributes
<th>Default</th>
</tr>
<tr>
<td><tt>['sockethub']['port']</tt></td>
<td>Integer</td>
<td>The local port to run sockethub on</td>
<td><tt>10551</tt></td>
<td><tt>['kredits-github']['port']</tt></td>
<td>String</td>
<td>The local port that kredits-github is running on</td>
<td><tt>3000</tt></td>
</tr>
<tr>
<td><tt>['sockethub']['external_port']</tt></td>
<td>Integer</td>
<td>The external port to run sockethub on. This will also open the port on the firewall</td>
<td><tt>10550</tt></td>
<td><tt>['kredits-github']['revision']</tt></td>
<td>String</td>
<td>Git revision/branch to deploy</td>
<td><tt>master</tt></td>
</tr>
<tr>
<td><tt>['kredits-github']['domain']</tt></td>
<td>String</td>
<td>Domain name for requests to the app</td>
<td><tt>kredits-github.kosmos.org</tt></td>
</tr>
</table>