Skip to content

Commit ff63798

Browse files
committed
feat(config): add config for fetching audio
1 parent c9350a1 commit ff63798

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
const config = {
2+
SOUNDCLOUD_CLIENT_ID: process.env.SOUNDCLOUD_CLIENT_ID,
3+
SOUNDCLOUD_SEARCH_TAGS: ['Chill', 'Trap'],
4+
SOUNDCLOUD_SEARCH_LICENSE: 'cc-by',
5+
};
6+
7+
export default config;

0 commit comments

Comments
 (0)