<?php

// This is the database connection configuration.
return array(
	



   'connectionString' => 'pgsql:host=172.16.0.99;port=5432;dbname=intranet',
   'username' => 'postgres',
   'password' => 'postgres',
   'charset' => 'utf8',
  );
