Forgot to make database.php a template :)

This commit is contained in:
Ciaby 2014-07-16 19:47:30 -05:00
parent 96794822b1
commit 799ac29b13
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?php
/* Database connection information */
$DB_USER = "<%= @pgsql_user %>";
$DB_PASSWORD = "<%= @pgsql_pwd %>";
$DB_DATABASE = "<%= @pgsql_db %>";
$DB_HOST = "<%= @pgsql_host %>";
?>