forked from zer.ooo/web
remove misleading password, fixes #2
This commit is contained in:
parent
9553d29cfc
commit
c4d99ba46c
2 changed files with 4 additions and 4 deletions
|
@ -5,8 +5,8 @@ $serviceContainer->setAdapterClass('default', 'sqlite');
|
|||
$manager = new \Propel\Runtime\Connection\ConnectionManagerSingle();
|
||||
$manager->setConfiguration(array (
|
||||
'dsn' => 'sqlite:storage/db.sqlite',
|
||||
'user' => 'zerooo',
|
||||
'password' => 'IMakeHoles',
|
||||
'user' => '',
|
||||
'password' => '',
|
||||
'settings' =>
|
||||
array (
|
||||
'charset' => 'utf8',
|
||||
|
|
|
@ -10,8 +10,8 @@ propel:
|
|||
default:
|
||||
adapter: sqlite
|
||||
dsn: sqlite:storage/db.sqlite
|
||||
user: zerooo
|
||||
password: IMakeHoles
|
||||
user: ''
|
||||
password: ''
|
||||
settings:
|
||||
charset: utf8
|
||||
generator:
|
||||
|
|
Loading…
Reference in a new issue