Michael Merrill 14be2c2433 Add rethinkdb
2017-04-03 20:16:27 -06:00

10 lines
197 B
JavaScript

import path from 'path'
export const distPath = path.resolve(__dirname, 'dist')
export const apiEndpoint = '/graphql'
export const rethinkdb = {
host: 'localhost',
port: 28015,
db: 'test'
}