mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-24 22:55:50 +00:00
Use racer db in server/index.coff
This commit is contained in:
parent
177ec57c2a
commit
d46435c6d9
1 changed files with 5 additions and 1 deletions
|
|
@ -48,4 +48,8 @@ expressApp.all '*', (req) ->
|
|||
|
||||
## STORE SETUP ##
|
||||
|
||||
store = app.createStore listen: server
|
||||
derby.use(require 'racer-db-mongo')
|
||||
|
||||
app.createStore
|
||||
listen: server
|
||||
db: {type: 'Mongo', uri: 'mongodb://localhost/habitrpg'}
|
||||
|
|
|
|||
Loading…
Reference in a new issue