Skip to content

Commit

Permalink
fix: remove service binding
Browse files Browse the repository at this point in the history
Remove the assistant service from the manifest
Fixes #188
  • Loading branch information
germanattanasio authored Aug 21, 2018
1 parent ac3a713 commit ec7f19f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
---
declared-services:
my-watson-assistant-service:
label: conversation
plan: free
applications:
- name: watson-assistant-simple
command: npm start
path: .
memory: 256M
instances: 1
services:
- my-watson-assistant-service

0 comments on commit ec7f19f

Please sign in to comment.