summaryrefslogtreecommitdiff
path: root/lib/php-youtube-api/src/config/youtube.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/php-youtube-api/src/config/youtube.php')
-rw-r--r--lib/php-youtube-api/src/config/youtube.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/php-youtube-api/src/config/youtube.php b/lib/php-youtube-api/src/config/youtube.php
new file mode 100644
index 0000000..a5ffea5
--- /dev/null
+++ b/lib/php-youtube-api/src/config/youtube.php
@@ -0,0 +1,11 @@
+<?php
+
+return array(
+
+ /*
+ * You can set the API Key here
+ */
+
+ 'key' => null
+
+);