Absolute URLs for QR images
[stouyapi.git] / config.php.dist
index 030b1d609c3805c2925f7cc62622c0a9b0a17019..89a5b9f0c6281ca4798ef4291b3705f245dbfd9f 100644 (file)
@@ -3,11 +3,31 @@
  * 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/#' => 'https://statics.ouya.world/ia/',
+    '#^https://archive.org/download/#' => 'http://statics.ouya.world/ia/',
 ];
 $GLOBALS['packagelists']["cweiske's picks"] = [
     'de.eiswuxe.blookid2',
     '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';