Skip to content

Commit

Permalink
change tableau source to domain
Browse files Browse the repository at this point in the history
  • Loading branch information
nihadatakishiyev committed Mar 1, 2021
1 parent 4ca9513 commit 131cefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/DashboardController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class DashboardController extends Controller
{
// private $user = 'ehim.analytics';
private $user = 'ehim.pms';
private $remote_addr = '192.168.20.213';
private $remote_addr = 'tableau.asan.local';

public function index(){
return view('pnf');
Expand Down

0 comments on commit 131cefe

Please # to comment.