Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 558 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 558 Bytes

apiai_webhook

Deploy

Specify GCP project id and api tokens (comma separated).

export GO111MODULE=on
cp app.yaml.example app.yaml
(Edit app.yaml to setup environments)
gcloud --project ${PROJECT_ID} app deploy app.yaml -v v1

Environment Variables

Name Required Description
API_TOKEN o API Tokens (comma separated) to be compared with request's key param for authorization
BLOCKS_URL x Hook URL to invoke BLOCKS flow.
BLOCKS_API_TOKEN x API Tokent for BLOCKS Board.