Skip to content

Commit

Permalink
add admin url also
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenefvdm committed Oct 20, 2024
1 parent c7109f7 commit b6a71bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
WHMCS_URL=https://whmcs.test
# WHMCS_ADMIN_URL=https://whmcs.test/admin
WHMCS_API_IDENTIFIER=123
WHMCS_API_SECRET=456

Expand Down
1 change: 1 addition & 0 deletions config/whmcs.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

return [
'url' => env('WHMCS_URL'),
'admin_url' => env('WHMCS_ADMIN_URL'),
'api_identifier' => env('WHMCS_API_IDENTIFIER'),
'api_secret' => env('WHMCS_API_SECRET'),
'limitnum' => env('WHMCS_LIMITNUM', 10000),
Expand Down

0 comments on commit b6a71bd

Please sign in to comment.