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' -}