X-Git-Url: https://git.cweiske.de/stouyapi.git/blobdiff_plain/f07a4e17991ccacd9139c9aff2fa6bf6dc63a072..b739a2ab875baba8c97818db58c66bb7dfac3c26:/config.php.dist diff --git a/config.php.dist b/config.php.dist index e856db8..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/', ]; @@ -14,14 +16,18 @@ $GLOBALS['packagelists']["cweiske's picks"] = [ $GLOBALS['home']['2020 Winter GameJam'] = [ 'com.DESKINK.ToneTests', 'com.Eightbbgames.yahayor', - 'com.NoelRojasOliveras.PaintKiller', + '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.StrawHat.Fall', - 'DarkSpacePioneer', + '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';