aboutsummaryrefslogtreecommitdiff
path: root/app/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'app/config.yml')
-rw-r--r--app/config.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/config.yml b/app/config.yml
new file mode 100644
index 0000000..a60a66e
--- /dev/null
+++ b/app/config.yml
@@ -0,0 +1,13 @@
+---
+# Postgres Example
+db_default:
+ ENGINE: django.db.backends.postgresql
+ NAME: dispatch
+ USER: postgres
+ PASSWORD:
+ HOST: 127.0.0.1
+ PORT: 5432
+# Sqlite example. Full path is recommended
+# db_default:
+# ENGINE: django.db.backends.sqlite3
+# NAME: /home/mitch/scm/dispatch-tracker/app/db.sqlite3