mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-03 01:23:22 +02:00
Various housekeeping changes
This commit is contained in:
parent
ad9b38acf1
commit
3171adc1b2
10 changed files with 230 additions and 30 deletions
|
@ -105,4 +105,12 @@ return [
|
|||
|
||||
// IANA Email for Submission Logs
|
||||
'iana_email' => 'admin@example.com', // Email address to be used for IANA submission
|
||||
|
||||
// Registry Admin Email
|
||||
'admin_email' => 'admin@example.com', // Receives system notifications
|
||||
|
||||
// Exchange Rate Configuration
|
||||
'exchange_rate_api_key' => "", // Your exchangerate.host API key
|
||||
'exchange_rate_base_currency' => "USD",
|
||||
'exchange_rate_currencies' => ["EUR", "GBP", "JPY", "CAD", "AUD"], // Configurable list
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue