mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 15:50:29 -04:00
Add default values for config vars
This commit is contained in:
parent
b6079dbf74
commit
1eeab11353
1 changed files with 6 additions and 0 deletions
|
@ -18,3 +18,9 @@ opcache.validate_timestamps = Off
|
|||
|
||||
[app]
|
||||
app.site_status = "dev"
|
||||
|
||||
[se]
|
||||
se.secrets.email.admin_address = "admin@example.com"
|
||||
se.secrets.email.editor_in_chief_address = "editor@example.com"
|
||||
se.secrets.email.no_reply_address = "noreply@example.com"
|
||||
se.secrets.postmark.username = "smtp_username"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue