Skip to content

Commit

Permalink
поправил имя приложения
Browse files Browse the repository at this point in the history
  • Loading branch information
moldabayev.v committed Jun 1, 2020
1 parent d5fa21a commit 68f3867
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/pinba.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
|
*/

'pinba_hostname' => env('PINBA_HOSTNAME', null),
'pinba_hostname' => env('PINBA_HOSTNAME', gethostname()),

/*
|--------------------------------------------------------------------------
Expand All @@ -33,7 +33,7 @@
|
*/

'pinba_servername' => env('PINBA_SERVERNAME', null),
'pinba_servername' => config('app.name'),


/*
Expand All @@ -46,4 +46,4 @@
*/

'pinba_schema' => env('PINBA_SCHEMA', null),
];
];

0 comments on commit 68f3867

Please sign in to comment.