summaryrefslogtreecommitdiff
path: root/config/database.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/database.yml.example')
-rw-r--r--config/database.yml.example13
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>