Absolute URLs for QR images
[stouyapi.git] / config.php.dist
index e856db85b0b226d2817ebb4688bdec453fdf76c5..89a5b9f0c6281ca4798ef4291b3705f245dbfd9f 100644 (file)
@@ -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';