]> git.localhorst.tv Git - alttp.git/blob - config/aos.php
aos seed generation
[alttp.git] / config / aos.php
1 <?php
2
3 return [
4         'base_rom' => env('AOS_BASE_ROM', ''),
5         'hostname' => env('AOS_HOSTNAME', 'aos.localhorst.tv'),
6         'url' => env('AOS_URL', 'https://aos.localhorst.tv'),
7 ];