Remove rethinkdb config obj

This commit is contained in:
Michael Merrill 2017-04-04 10:06:50 -06:00
parent c3b885bf66
commit 9721b4bac0

View File

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