Forgot to make database.php a template :)
This commit is contained in:
parent
96794822b1
commit
799ac29b13
2 changed files with 17 additions and 0 deletions
11
modules/rhizomatica_base_system/templates/database.php.erb
Normal file
11
modules/rhizomatica_base_system/templates/database.php.erb
Normal 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 %>";
|
||||
|
||||
?>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue