diff options
author | 2021-05-30 19:20:42 +0200 | |
---|---|---|
committer | 2021-05-30 19:20:42 +0200 | |
commit | da4c8c2fda07812e643363114c67df3ec0d3925e (patch) | |
tree | 02694c94ec64b667d799ec13f32a39427dc4d125 /config.example | |
download | yt_audio_player_api-da4c8c2fda07812e643363114c67df3ec0d3925e.tar.gz yt_audio_player_api-da4c8c2fda07812e643363114c67df3ec0d3925e.tar.bz2 yt_audio_player_api-da4c8c2fda07812e643363114c67df3ec0d3925e.zip |
init commit
Diffstat (limited to 'config.example')
-rw-r--r-- | config.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.example b/config.example new file mode 100644 index 0000000..52a4b00 --- /dev/null +++ b/config.example @@ -0,0 +1,3 @@ +module.exports = { + YTKEY: "" +}; |