Enable overriding the DNS NS hostname

This commit is contained in:
2023-11-28 19:57:47 +11:00
parent 9cf0f1e2f4
commit 535a082edd
2 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
<?php
return [
// When sending areafix/filefix messages, validate to addresses
'areafilefix' => ['areafix','filefix','rexfix','areamgr'],
@@ -10,6 +11,8 @@ return [
// Directory to use for any data we want to store locally
'dir' => env('FIDO_DIR', 'fido'),
'dns_ns' => env('FIDO_DNS_NS', gethostname()),
// Our Storage::disk() for files storage
'file_disk' => env('FIDO_DIR_FILES', 's3'),