1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-12-02 09:18:02 +01:00
ext-pq/tests/_setup.inc

3 lines
62 B
PHP
Raw Normal View History

2013-01-21 12:13:04 +01:00
<?php
2015-07-30 17:37:28 +02:00
define("PQ_DSN", getenv("PQ_DSN") ?: "host=localhost");