Packages

An Elixir wrapper for the Starling Bank API

Retired package: Renamed - Project renamed to Starling

Current section

Files

Jump to
starling_elixir config config.secret.exs
Raw

config/config.secret.exs

# In development, copy this file to config.secret.exs and add to it as required
# In production, set environment variables or generate config.secret.exs
use Mix.Config
# API credentials for your app. https://developer.starlingbank.com/application/list
config :starling, client_id: "LAtyqeXrRrMKChRp0Tou"
config :starling, client_secret: "414z8horXMF5F3U8ZeXM0St9fpYMAdVkhWuhBv6f"
config :starling, redirect_uri: "http://localhost:4000/auth/starling/callback"
# Bypass OAuth for tests.
# Use a personal access token (https://developer.starlingbank.com/token/list) or sandbox user token.
config :starling,
test_access_token: "0YbGRDeievEZ5ElXjCtEVccwbTkJCpUpS6xW7GME7C3kkrK71q86Sa9biEGZA7B4"