Absolute URLs for QR images
[stouyapi.git] / config.php.dist
1 <?php
2 /**
3  * Optional configuration file for import-game-data.php
4  * Copy it to config.php and adjust it.
5  */
6 $GLOBALS['baseUrl'] = 'http://ouya.cweiske.de/';
7
8 $GLOBALS['urlRewrites'] = [
9     '#^https://archive.org/download/#' => 'http://statics.ouya.world/ia/',
10 ];
11 $GLOBALS['packagelists']["cweiske's picks"] = [
12     'de.eiswuxe.blookid2',
13     'com.cosmos.babyloniantwins',
14     'com.inverseblue.skyriders',
15 ];
16 $GLOBALS['home']['2020 Winter GameJam'] = [
17     'com.DESKINK.ToneTests',
18     'com.Eightbbgames.yahayor',
19     'com.FuzzyPopcorn',
20     'com.NYYLE.NYCTO',
21     'com.NoelRojasOliveras.PaintKiller',
22     'com.StrawHat.Fall',
23     'com.oliverstogden.trf',
24     'com.samuelsousa.shootdestroy',
25     'com.scorpion.shootout',
26     'com.sd_game_dev.aliens_taste_my_sword',
27     'com.sumotown.sirtet',
28     'de.x2041.games.gyrogun',
29     'ht.sr.git.arcticGrind.embed',
30     'tv.ouya.demo.DarkSpacePioneer',
31     'tv.ouya.win.unity.brokenbeauty',
32 ];
33 $GLOBALS['pushToMyOuyaUrl'] = '../push-to-my-ouya.php';