mirror of
https://github.com/Permissionless-Software-Foundation/bch-email-api.git
synced 2026-09-21 16:52:04 -07:00
14 lines
301 B
JavaScript
14 lines
301 B
JavaScript
/*
|
|
export default {
|
|
session: 'secret-boilerplate-token',
|
|
token: 'secret-jwt-token',
|
|
database: 'mongodb://localhost:27017/p2pvps-server-prod'
|
|
}
|
|
*/
|
|
|
|
module.exports = {
|
|
session: 'secret-boilerplate-token',
|
|
token: 'secret-jwt-token',
|
|
database: 'mongodb://localhost:27017/p2pvps-server-prod'
|
|
}
|