]> git.localhorst.tv Git - alttp.git/blobdiff - config/aos.php
aos seed generation
[alttp.git] / config / aos.php
index d09377507ea510237dd3f5fe9f960a4adaa87f7d..7f98a904a642d77c2668e1035f7d6f976f7f7d19 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 
 return [
+       'base_rom' => env('AOS_BASE_ROM', ''),
        'hostname' => env('AOS_HOSTNAME', 'aos.localhorst.tv'),
+       'url' => env('AOS_URL', 'https://aos.localhorst.tv'),
 ];