Skip to content

joshuarubin/goscribe

Repository files navigation

goscribe wercker status Coverage Status

Go Audio Transcription Web App

Environment

The following environment variables are expected.

  • $BASE_URL MUST be a publicly accessible URL, not something on localhost if you intend to test callbacks through the app itself.
  • For testing, you may also set $TELAPI_BASE_HOST to override the default (api.telapi.com). This is useful if you want to use Runscope to proxy and capture outgoing requests. Requests will always be built with the https:// scheme.
export BASE_URL=”http://<public_server_location>export TELAPI_ACCOUNT_SID=”<your_telapi_account_sid>export TELAPI_AUTH_TOKEN=”<your_telapi_auth_token>export AUTH_USER=”<http_basic_auth_user>export AUTH_PASS=”<http_basic_auth_pass>export AWS_ACCESS_KEY_ID=”<your_aws_key_id>export AWS_SECRET_ACCESS_KEY=”<your_aws_secret_key>export AWS_S3_BUCKET_NAME=”<your_s3_bucket_name>export AWS_S3_BASE_URL=”http://<your_s3_base_url>

Heroku

For deployment on Heroku, in addition to setting the environment variables, the Go buildpack has to be set.

heroku config:add BUILDPACK_URL=https://github.com/kr/heroku-buildpack-go.git

About

Go Audio Transcription Web App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages