X-Git-Url: https://git.cweiske.de/stouyapi.git/blobdiff_plain/68db7f0cd528d5a3fb7b2e3a8761e0fe4c21821c..4d2b9288d5403294fe6541358341986910e43c36:/config.php.dist diff --git a/config.php.dist b/config.php.dist index 11c34a2..5087c22 100644 --- a/config.php.dist +++ b/config.php.dist @@ -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';