Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Sep 23, 2017
1 parent ceddd06 commit ab35a96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .fusio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ routes: !include resources/routes.yaml
schema: !include resources/schemas.yaml

# ------------------------------------------------------------------------------
# Reference a yaml file which contains all available connections to remote
# services i.e. a database or mongodb connection. These connections can be used
# inside an action to produce a response or insert data from a request.
# Contains all available connections to remote services i.e. a database or
# mongodb connection. These connections can be used inside an action to produce
# a response or insert data from a request.
# Documentation: http://fusio.readthedocs.io/en/latest/deploy.html#connection
connection: !include resources/connections.yaml

# ------------------------------------------------------------------------------
# Reference a yaml file which contains migrations for a specific connection.
# Contains migrations for specific connections.
# Documentation: http://fusio.readthedocs.io/en/latest/deploy.html#migration
migration: !include resources/migrations.yaml

0 comments on commit ab35a96

Please sign in to comment.