summaryrefslogtreecommitdiff
path: root/development/php-pinba/pinba.ini
diff options
context:
space:
mode:
Diffstat (limited to 'development/php-pinba/pinba.ini')
-rw-r--r--development/php-pinba/pinba.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/development/php-pinba/pinba.ini b/development/php-pinba/pinba.ini
new file mode 100644
index 0000000000..63de6beb7d
--- /dev/null
+++ b/development/php-pinba/pinba.ini
@@ -0,0 +1,8 @@
+; Enable pinba extension module
+; extension=pinba.so
+
+; Whether to send request information to the database server
+; pinba.enabled = 1
+
+; IP Address and port of the database server
+; pinba.server = '192.168.0.1:123'