Created
March 17, 2011 08:18
-
-
Save kineticac/873998 to your computer and use it in GitHub Desktop.
Example of feedtopic.com's database yml file with a few obvious concealed information
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 characters
| production: | |
| adapter: postgresql | |
| encoding: unicode | |
| database: feedtopic | |
| pool: 5 | |
| username: x | |
| password: "some|password" | |
| port: 1200 | |
| host: db.feedtopicrules.dotcloud.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment