summaryrefslogtreecommitdiff
path: root/lib/php-youtube-api/src/config/youtube.php
blob: a5ffea5acb98a1b5dee6ee6caadbbb4e3a1a33fd (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

return array(

    /*
     *  You can set the API Key here
     */

    'key' => null

);