diff options
| author | Kevin Lyda <kevin@ie.suberic.net> | 2017-01-27 09:08:58 +0000 |
|---|---|---|
| committer | Niall Sheridan <nsheridan@gmail.com> | 2017-01-27 09:08:58 +0000 |
| commit | 10dfd24117094ed81197c764af25cafe12a25dfd (patch) | |
| tree | 4af4c066daffb42469ed8a0e14d510dea321375b /db | |
| parent | 13054312850d1014e814d2f64afa030a4fea5ef3 (diff) | |
Remove mongo support
Resolves #40
Diffstat (limited to 'db')
| -rw-r--r-- | db/seed.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/db/seed.js b/db/seed.js deleted file mode 100644 index c9d62fa..0000000 --- a/db/seed.js +++ /dev/null @@ -1,3 +0,0 @@ -conn = new Mongo(); -db = conn.getDB("certs"); -db.issued_certs.createIndex({"keyid": 1}, {unique: true}); |
