Do not show an error in make>builds
[stouyapi.git] / config.php.dist
1 <?php
2 /**
3  * Optional configuration file for import-game-data.php
4  * Copy it to config.php and adjust it.
5  */
6 $GLOBALS['urlRewrites'] = [
7     '#^https://archive.org/download/#' => 'http://statics.ouya.world/ia/',
8 ];
9 $GLOBALS['packagelists']["cweiske's picks"] = [
10     'de.eiswuxe.blookid2',
11     'com.cosmos.babyloniantwins',
12     'com.inverseblue.skyriders',
13 ];
14 $GLOBALS['pushToMyOuyaUrl'] = '../push-to-my-ouya.php';