Make AS data more general
This commit is contained in:
parent
7a5452c727
commit
4088cdde5b
2 changed files with 11 additions and 4 deletions
7
config/user.php
Normal file
7
config/user.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'displayname' => env('DISPLAY_NAME'),
|
||||
|
||||
'username' => env('USER_NAME'),
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue