X-Git-Url: https://git.cweiske.de/stouyapi.git/blobdiff_plain/4d2b9288d5403294fe6541358341986910e43c36..b739a2ab875baba8c97818db58c66bb7dfac3c26:/config.php.dist?ds=sidebyside diff --git a/config.php.dist b/config.php.dist index 5087c22..89a5b9f 100644 --- a/config.php.dist +++ b/config.php.dist @@ -3,6 +3,8 @@ * Optional configuration file for import-game-data.php * Copy it to config.php and adjust it. */ +$GLOBALS['baseUrl'] = 'http://ouya.cweiske.de/'; + $GLOBALS['urlRewrites'] = [ '#^https://archive.org/download/#' => 'http://statics.ouya.world/ia/', ]; @@ -11,4 +13,21 @@ $GLOBALS['packagelists']["cweiske's picks"] = [ 'com.cosmos.babyloniantwins', 'com.inverseblue.skyriders', ]; +$GLOBALS['home']['2020 Winter GameJam'] = [ + 'com.DESKINK.ToneTests', + 'com.Eightbbgames.yahayor', + 'com.FuzzyPopcorn', + 'com.NYYLE.NYCTO', + 'com.NoelRojasOliveras.PaintKiller', + 'com.StrawHat.Fall', + 'com.oliverstogden.trf', + 'com.samuelsousa.shootdestroy', + 'com.scorpion.shootout', + 'com.sd_game_dev.aliens_taste_my_sword', + 'com.sumotown.sirtet', + 'de.x2041.games.gyrogun', + 'ht.sr.git.arcticGrind.embed', + 'tv.ouya.demo.DarkSpacePioneer', + 'tv.ouya.win.unity.brokenbeauty', +]; $GLOBALS['pushToMyOuyaUrl'] = '../push-to-my-ouya.php';