Created
November 5, 2011 17:38
-
-
Save rfosta/1341812 to your computer and use it in GitHub Desktop.
Revisions
-
Ryan Foster revised this gist
Nov 5, 2011 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,6 @@ charset: utf8 cahcing: false profiling: false redis: default: -
Ryan Foster revised this gist
Nov 5, 2011 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,7 @@ charset: utf8 cahcing: false profiling: false redis: default: -
Ryan Foster revised this gist
Nov 5, 2011 . 1 changed file with 3 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,9 @@ active: default default: type: pdo connection: persistent: false identifier: '`' table_prefix: '' charset: utf8 @@ -13,5 +12,5 @@ redis: default: hostname: '127.0.0.1' port: 6379 -
Ryan Foster revised this gist
Nov 5, 2011 . 1 changed file with 12 additions and 17 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,22 +1,17 @@ active: default default: type: pdo connection: persistent: false identifier: '`' table_prefix: '' charset: utf8 cahcing: false profiling: false redis: default: hostname: '127.0.0.1' port: 6379 -
Ryan Foster revised this gist
Nov 5, 2011 . 1 changed file with 10 additions and 10 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,16 +7,16 @@ active: default default: type: pdo connection: persistent: false identifier: '`' table_prefix: '' charset: utf8 cahcing: false profiling: false redis: default: hostname: '127.0.0.1' port: 6379 -
Ryan Foster created this gist
Nov 5, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ /** * Base Database Config. * * See the individual environment DB configs for specific config information. */ active: default default: type: pdo connection: persistent: false identifier: '`' table_prefix: '' charset: utf8 cahcing: false profiling: false redis: default: hostname: '127.0.0.1' port: 6379