Make AS data more general

This commit is contained in:
Jonny Barnes 2017-09-13 17:36:20 +01:00
parent 7a5452c727
commit 4088cdde5b
2 changed files with 11 additions and 4 deletions

7
config/user.php Normal file
View file

@ -0,0 +1,7 @@
<?php
return [
'displayname' => env('DISPLAY_NAME'),
'username' => env('USER_NAME'),
];