diff options
| author | 8cy <[email protected]> | 2020-07-27 19:45:56 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-27 19:45:56 -0700 |
| commit | 350d89a259386b73b30a09ca9c04faf647216107 (patch) | |
| tree | 3dc1f6fee7701e949b822b9628ca4d1424764115 /server/src/Config.ts | |
| parent | improv: bold wc/ gb msg (diff) | |
| download | dep-core-test-music.tar.xz dep-core-test-music.zip | |
yeatest-music
Diffstat (limited to 'server/src/Config.ts')
| -rw-r--r-- | server/src/Config.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/src/Config.ts b/server/src/Config.ts index 81ed605..316b093 100644 --- a/server/src/Config.ts +++ b/server/src/Config.ts @@ -23,4 +23,5 @@ export const captchaSettings: object = { size: 6 }; export const verificationRole: string = "Un-verified"; -export const verificationChannel: string = "verification";
\ No newline at end of file +export const verificationChannel: string = "verification"; +export const youtubeApiKey: string = "";
\ No newline at end of file |