We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a01f2 commit cb2a996Copy full SHA for cb2a996
xhprof_lib/config.sample.php
@@ -8,7 +8,7 @@
8
$_xhprof['dbpass'] = 'password';
9
$_xhprof['dbname'] = 'xhprof';
10
$_xhprof['dbadapter'] = 'Pdo';
11
-$_xhprof['servername'] = 'myserver';
+$_xhprof['servername'] = 's01';
12
$_xhprof['namespace'] = 'myapp';
13
$_xhprof['url'] = 'http://url/to/xhprof/xhprof_html';
14
$_xhprof['getparam'] = "_profile";
0 commit comments