Do not care about founder's name casing
[stouyapi.git] / config.php.dist
index 27e62ff6358adb9c3d5862956f36228dc7e53bce..31fad965ff1fec3bff705db869c5346ff2a50bb1 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/',
 ];
@@ -29,3 +31,9 @@ $GLOBALS['home']['2020 Winter GameJam'] = [
     'tv.ouya.win.unity.brokenbeauty',
 ];
 $GLOBALS['pushToMyOuyaUrl'] = '../push-to-my-ouya.php';
+
+$GLOBALS['categorySubtitles'] = [
+    'Exclusive' => 'Only available on the OUYA',
+    'Unlocked' => 'Official OUYA shutdown releases',
+    'VIP Room' => 'Once exclusive on the OUYA',
+];