Skip to content

Commit

Permalink
feat(config): add config for fetching audio
Browse files Browse the repository at this point in the history
  • Loading branch information
Buzzertech committed Jun 14, 2019
1 parent c9350a1 commit ff63798
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const config = {
SOUNDCLOUD_CLIENT_ID: process.env.SOUNDCLOUD_CLIENT_ID,
SOUNDCLOUD_SEARCH_TAGS: ['Chill', 'Trap'],
SOUNDCLOUD_SEARCH_LICENSE: 'cc-by',
};

export default config;

0 comments on commit ff63798

Please sign in to comment.