mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 14:24:46 +02:00
Fix default value for mailgun secret (#552)
This commit is contained in:
parent
68e24896ae
commit
bf23389dba
@ -298,7 +298,7 @@ class Settings extends Page implements HasForms
|
|||||||
TextInput::make('MAILGUN_SECRET')
|
TextInput::make('MAILGUN_SECRET')
|
||||||
->label('Secret')
|
->label('Secret')
|
||||||
->required()
|
->required()
|
||||||
->default(env('MAIL_USERNAME', config('services.mailgun.secret'))),
|
->default(env('MAILGUN_SECRET', config('services.mailgun.secret'))),
|
||||||
TextInput::make('MAILGUN_ENDPOINT')
|
TextInput::make('MAILGUN_ENDPOINT')
|
||||||
->label('Endpoint')
|
->label('Endpoint')
|
||||||
->required()
|
->required()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user