Files
ipfs-bch-wallet-consumer/config/env/test.js
T
2022-09-08 08:58:39 -07:00

13 lines
343 B
JavaScript

/*
These are the environment settings for the TEST environment.
This is the environment run with `npm start` if KOA_ENV=test.
This is the environment run by the test suite.
*/
export default {
session: 'secret-boilerplate-token',
token: 'secret-jwt-token',
database: 'mongodb://localhost:27017/ipfs-service-test',
env: 'test'
}