first commit

This commit is contained in:
2019-09-25 22:36:21 -05:00
commit e94b153718
92 changed files with 9120 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
return [
'client_id' => env('EVEONLINE_CLIENT_ID'),
'secret' => env('EVEONLINE_CLIENT_SECRET'),
'callback' => env('EVEONLINE_REDIRECT'),
'useragent' => env('EVEONLINE_USER_AGENT'),
'primary' => env('EVEONLINE_PRIMARY_CHAR'),
];
?>