use full screenshot on game details pages
[stouyapi.git] / config.php.dist
index 11c34a2571b87fdc4908bb150ace658bb2e1c17e..5087c2210c8657dd7813282da41ad50cd0113b7b 100644 (file)
@@ -3,8 +3,12 @@
  * Optional configuration file for import-game-data.php
  * Copy it to config.php and adjust it.
  */
+$GLOBALS['urlRewrites'] = [
+    '#^https://archive.org/download/#' => 'http://statics.ouya.world/ia/',
+];
 $GLOBALS['packagelists']["cweiske's picks"] = [
     'de.eiswuxe.blookid2',
     'com.cosmos.babyloniantwins',
     'com.inverseblue.skyriders',
 ];
+$GLOBALS['pushToMyOuyaUrl'] = '../push-to-my-ouya.php';