# Name for the service - we recommend using snake-case
name: {{ scaffold.name }}

# Service author - must be a valid StackHut user
author: {{ scaffold.author }}

# description of the service
description: Awesome service in {{ scaffold.stack.name }}

# stack we use, in terms of the OS and language runtime
baseos: {{ scaffold.baseos.name }}
stack: {{ scaffold.stack.name }}
