Remove rethinkdb config obj
This commit is contained in:
parent
c3b885bf66
commit
9721b4bac0
@ -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'
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user