diff options
| author | Gavin Miller <gavingmiller@gmail.com> | 2014-02-22 19:13:10 -0700 |
|---|---|---|
| committer | Gavin Miller <gavingmiller@gmail.com> | 2014-02-22 19:13:10 -0700 |
| commit | 18743c5981c59708d4143dfe75a5c111e67355e4 (patch) | |
| tree | 24901e40807d12df39f1259144f4a9f06127723b /config/database.yml.example | |
| parent | 1fe046fd801be497f6176a1f882359ffcfaf6ce1 (diff) | |
| parent | ec7a4537c4559613e65e79ab780041c9666817b9 (diff) | |
Merge pull request #1 from mokhan/solution
Mergity Mergity Mergity
Diffstat (limited to 'config/database.yml.example')
| -rw-r--r-- | config/database.yml.example | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/database.yml.example b/config/database.yml.example new file mode 100644 index 0000000..e598daf --- /dev/null +++ b/config/database.yml.example @@ -0,0 +1,13 @@ +development: + adapter: postgresql + database: licenses_dev + username: <username> + password: <password> + host: <hostname or ip address. eg.: localhost> + +test: + adapter: postgresql + database: licenses_test + username: <username> + password: <password> + host: <hostname or ip address. eg.: localhost> |
