bp123
bp123

Reputation: 3417

Application structure meteor 1.4

I've installed meteor-useraccounts/core. In the documentation it says to use lib/config/at_config.js . Where does it go using the new recommend meteor file structure?

Upvotes: 1

Views: 121

Answers (1)

Mostafiz Rahman
Mostafiz Rahman

Reputation: 8522

You can put it in to /imports/startup/ and import it in /imports/startup/server/index.js.

For details of file structure in Meteor read Meteor Application Structure. Particularly this portion.

Upvotes: 1

Related Questions