]> git.localhorst.tv Git - alttp.git/blob - config/aos.php
configurable surge URL
[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         'surge_url' => env('AOS_SURGE_URL', 'https://aosrando.surge.sh'),
7         'url' => env('AOS_URL', 'https://aos.localhorst.tv'),
8 ];