Skip to content

Instantly share code, notes, and snippets.

@morrislaptop
Last active August 29, 2015 14:15
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 morrislaptop/f4691c0e2e422f641a65 to your computer and use it in GitHub Desktop.
Save morrislaptop/f4691c0e2e422f641a65 to your computer and use it in GitHub Desktop.
return [
'spotify' => [
'client_id' => 'CLIENT_ID_STR',
'client_secret' => 'CLIENT_SEC_STR',
'redirect' => getenv('URL') . '/login'
]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment