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 = new \Propel\Runtime\Connection\ConnectionManagerSingle();
|
||||||
$manager->setConfiguration(array (
|
$manager->setConfiguration(array (
|
||||||
'dsn' => 'sqlite:storage/db.sqlite',
|
'dsn' => 'sqlite:storage/db.sqlite',
|
||||||
'user' => 'zerooo',
|
'user' => '',
|
||||||
'password' => 'IMakeHoles',
|
'password' => '',
|
||||||
'settings' =>
|
'settings' =>
|
||||||
array (
|
array (
|
||||||
'charset' => 'utf8',
|
'charset' => 'utf8',
|
||||||
|
|
|
@ -10,8 +10,8 @@ propel:
|
||||||
default:
|
default:
|
||||||
adapter: sqlite
|
adapter: sqlite
|
||||||
dsn: sqlite:storage/db.sqlite
|
dsn: sqlite:storage/db.sqlite
|
||||||
user: zerooo
|
user: ''
|
||||||
password: IMakeHoles
|
password: ''
|
||||||
settings:
|
settings:
|
||||||
charset: utf8
|
charset: utf8
|
||||||
generator:
|
generator:
|
||||||
|
|
Loading…
Reference in a new issue