SharedConfigurations.php 149 B

123456789
  1. <?php
  2. require_once '../lib/Predis.php';
  3. $configurations = array(
  4. 'host' => '127.0.0.1',
  5. 'port' => 6379,
  6. 'database' => 15
  7. );
  8. ?>