|
|
|
@ -4,9 +4,9 @@ propel:
|
|
|
|
|
default: |
|
|
|
|
adapter: mysql |
|
|
|
|
classname: Propel\Runtime\Connection\ConnectionWrapper |
|
|
|
|
dsn: "mysql:host=localhost;dbname=gist" |
|
|
|
|
user: root |
|
|
|
|
password: root |
|
|
|
|
dsn: "mysql:host=DATABASE_HOST;dbname=DATABASE_NAME" |
|
|
|
|
user: "DATABASE_USER" |
|
|
|
|
password: "DATABASE_PASSWORD" |
|
|
|
|
settings: |
|
|
|
|
charset: utf8 |
|
|
|
|
queries: |
|
|
|
|