diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2019-01-19 17:41:30 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2019-01-19 17:41:30 -0500 |
| commit | af0c892c49156fa1dfe7fe5c28d0e8b4dd9ba8b1 (patch) | |
| tree | d5fefa66285714c7a72ccc7901e1522784328f3f /app/config-example.yml | |
| parent | d16ac1fa8e8b7019156ae11267a23d957aed6495 (diff) | |
| download | dispatch-tracker-af0c892c49156fa1dfe7fe5c28d0e8b4dd9ba8b1.tar.gz dispatch-tracker-af0c892c49156fa1dfe7fe5c28d0e8b4dd9ba8b1.tar.xz | |
Most things seem to work, needs more testing
Diffstat (limited to 'app/config-example.yml')
| -rw-r--r-- | app/config-example.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/app/config-example.yml b/app/config-example.yml index bae3923..eab6d57 100644 --- a/app/config-example.yml +++ b/app/config-example.yml @@ -1,12 +1,12 @@ --- # Postgres Example -# db_default: -# ENGINE: django.db.backends.postgresql -# NAME: dispatch -# USER: postgres -# PASSWORD: -# HOST: 127.0.0.1 -# PORT: 5432 +db_default: + ENGINE: django.db.backends.postgresql + NAME: dispatch + USER: postgres + PASSWORD: + HOST: 127.0.0.1 + PORT: 5432 # MySQL Example # db_default: # ENGINE: django.db.backends.mysql @@ -16,9 +16,9 @@ # HOST: 127.0.0.1 # PORT: 3306 # Sqlite example. Full path is recommended -db_default: - ENGINE: django.db.backends.sqlite3 - NAME: /home/mitch/scm/dispatch-tracker/app/db.sqlite3 +# db_default: +# ENGINE: django.db.backends.sqlite3 +# NAME: /home/mitch/scm/dispatch-tracker/app/db.sqlite3 allowed_hosts: - localhost |
