mirror of https://github.com/dapr/samples.git
19 lines
350 B
YAML
19 lines
350 B
YAML
apiVersion: dapr.io/v1alpha1
|
|
kind: Component
|
|
metadata:
|
|
name: tweets
|
|
spec:
|
|
type: bindings.twitter
|
|
version: v1
|
|
metadata:
|
|
# PLACE TWITTER CREDENTIALS HERE
|
|
- name: consumerKey
|
|
value: ""
|
|
- name: consumerSecret
|
|
value: ""
|
|
- name: accessToken
|
|
value: ""
|
|
- name: accessSecret
|
|
value: ""
|
|
- name: query
|
|
value: "microsoft" |