fix: Use correct config variables post L10-config update
Specifically the header name had disappeared.
This commit is contained in:
parent
7edac37e16
commit
462c710295
8 changed files with 17 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'displayname' => env('DISPLAY_NAME'),
|
||||
'display_name' => env('DISPLAY_NAME'),
|
||||
|
||||
'username' => env('USER_NAME'),
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue