feat: replace hardcoded relay URL with config variable

This commit replaces hardcoded relay server URL with a configuration variable in services.php. The relay URL is now fetched from the environment variable NOSTR_RELAY. This change has been made in the files Election:year.blade.php and admin/Election:year.blade.php under association/election directory.
This commit is contained in:
fsociety
2024-09-29 19:38:26 +02:00
parent dd2b5bf3c2
commit a4052b1ed5
3 changed files with 21 additions and 18 deletions

View File

@@ -14,6 +14,8 @@ return [
|
*/
'relay' => env('NOSTR_RELAY'),
'postmark' => [
'token' => env('POSTMARK_TOKEN'),
],