Skip to content

Instantly share code, notes, and snippets.

@zoltanarvai
Last active March 23, 2019 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoltanarvai/3c4e6116f9f261dd5f3c141eb0cc1894 to your computer and use it in GitHub Desktop.
Save zoltanarvai/3c4e6116f9f261dd5f3c141eb0cc1894 to your computer and use it in GitHub Desktop.
Dev configuration for Auth0
# Configure auth zero for the Auth module
config :orders,
auth0: %{
url: %URI{
host: "orders-sample.eu.auth0.com",
port: 443,
scheme: "https"
},
client_id: "6NeT3VHSzKK4mMXVq7BhSvAq0fUSUXUB",
client_secret: "9aAIvTnSL-09QyP-ttbxy9l0NavpyySHulTMTqUYpyfTG0Clt8qz1IEAcqN5spy6",
audience: "https://orders-sample-api.zoltanarvai.dev/",
scope: "read:orders"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment