Commit 534d76a766ef043bf4e7c9848783d1963613cf52
1 parent
99416e6e37
Exists in
master
usuario BD
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
sites/default/settings.php
... | ... | @@ -215,10 +215,10 @@ $databases = array ( |
215 | 215 | array ( |
216 | 216 | 'default' => |
217 | 217 | array ( |
218 | - 'database' => 'sitio-ubv2', | |
219 | - 'username' => 'root', | |
220 | - 'password' => '123456', | |
221 | - 'host' => 'localhost', | |
218 | + 'database' => 'sitio-ubv', | |
219 | + 'username' => 'desarrollo', | |
220 | + 'password' => 'VBPBBcqxLbChJSmq', | |
221 | + 'host' => '167.134.102.87', | |
222 | 222 | 'port' => '', |
223 | 223 | 'driver' => 'mysql', |
224 | 224 | 'prefix' => '', |
... | ... | @@ -565,4 +565,4 @@ $conf['404_fast_html'] = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" |
565 | 565 | * Remove the leading hash signs to disable. |
566 | 566 | */ |
567 | 567 | # $conf['allow_authorize_operations'] = FALSE; |
568 | -$conf['image_allow_insecure_derivatives'] = TRUE; | |
569 | 568 | \ No newline at end of file |
569 | +$conf['image_allow_insecure_derivatives'] = TRUE; | ... | ... |