summarylogtreecommitdiffstats
path: root/database.yml
diff options
context:
space:
mode:
Diffstat (limited to 'database.yml')
-rw-r--r--database.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/database.yml b/database.yml
new file mode 100644
index 000000000000..18e72aa090b1
--- /dev/null
+++ b/database.yml
@@ -0,0 +1,10 @@
+production:
+ adapter: postgresql
+ database: msf
+ username: #username here
+ password: #password here
+ host: localhost
+ port: 5432
+ pool: 5
+ timeout: 5
+