fxa-auth-server/config
Danny Coates 6c58e0083c add http datastore api
The intent here is to eventually eliminate the mysql specific
implementation and only have heap (for quick testing) and httpdb
for real life. To ease the transition I've kept db/mysql.js
so we can test the httpdb implementation on a subset of
instances in parallel with the current setup. I already moved
db_patcher and the schema patches to the db server codebase
because those are run manually in production. The httpdb.js
implementation is working but could probably use some tidying up.
2014-05-04 19:31:22 -07:00
..
awsbox.json train-11.1 ... already 2014-04-21 17:22:51 -07:00
config.js add http datastore api 2014-05-04 19:31:22 -07:00
dev.json default customsUrl to localhost 2014-04-21 13:11:33 -07:00
index.js