Skip to content

Instantly share code, notes, and snippets.

@jessienewell
Created January 25, 2018 22:30
Show Gist options
  • Save jessienewell/a384291dcc64f12dc23762c0414d19b4 to your computer and use it in GitHub Desktop.
Save jessienewell/a384291dcc64f12dc23762c0414d19b4 to your computer and use it in GitHub Desktop.
<?php
return [
   'stream' => [
       // Heroku connection url:
       'url' => getenv('STREAM_URL'),
       // Just regular key and secret found in your app dashboard: https://getstream.io/dashboard
       'app_key' => getenv('STREAM_APP_KEY'),
       'app_secret' => getenv('STREAM_APP_SECRET'),
   ],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment