目录

Firefox Accounts DB Server, Memory Backend

Memory backend (used in testing) for the fxa-auth-db-server.

Prerequisites

  • node 0.10.x or higher
  • npm

Configuration

No configuration is usually needed for this module, but you may overwrite values should you need to. If you then set your NODE_ENV, then the file config/$NODE_ENV.json will be read in as part of loading configuration:

export NODE_ENV=dev

In config/config.js you can see a set of defaults for various config options. Go take a look and then create a new local file called config/dev.js. This will contain a set of values to override the defaults. For example, if want to run on port 8080 instead of port 8000, try this:

{
  "port": 8080
}

The same config is used by the main server as shown below.

Starting the Server

Once the database has been created and patched, you can start the server (keep the same NODE_ENV as you had earlier):

npm start

Once this has started up, it will be listening on locahost:8000 (or whatever port you have configured in your local config file).

License

MPL 2.0

关于
136.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802032778号