Update cookbook README

This commit is contained in:
Basti 2019-04-19 18:52:44 +01:00
parent 1d98bf14fe
commit e62393e443
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67

View File

@ -15,16 +15,22 @@ Attributes
<th>Default</th> <th>Default</th>
</tr> </tr>
<tr> <tr>
<td><tt>['sockethub']['port']</tt></td> <td><tt>['kredits-github']['port']</tt></td>
<td>Integer</td> <td>String</td>
<td>The local port to run sockethub on</td> <td>The local port that kredits-github is running on</td>
<td><tt>10551</tt></td> <td><tt>3000</tt></td>
</tr> </tr>
<tr> <tr>
<td><tt>['sockethub']['external_port']</tt></td> <td><tt>['kredits-github']['revision']</tt></td>
<td>Integer</td> <td>String</td>
<td>The external port to run sockethub on. This will also open the port on the firewall</td> <td>Git revision/branch to deploy</td>
<td><tt>10550</tt></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> </tr>
</table> </table>