From 9721b4bac06d72dcfe5752813cd4e938c2906b62 Mon Sep 17 00:00:00 2001 From: Michael Merrill Date: Tue, 4 Apr 2017 10:06:50 -0600 Subject: [PATCH] Remove rethinkdb config obj --- api/config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api/config.js b/api/config.js index f1398b9..8d45014 100644 --- a/api/config.js +++ b/api/config.js @@ -2,8 +2,3 @@ import path from 'path' export const distPath = path.resolve(__dirname, 'dist') export const apiEndpoint = '/graphql' -export const rethinkdb = { - host: 'localhost', - port: 28015, - db: 'test' -}