UNPKG
wealthor
Version:
latest (0.1.0)
0.1.0
Personal finance app
github.com/jozsi/wealthor
jozsi/wealthor
wealthor
/
config.js
7 lines
(5 loc)
•
122 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
CONFIG
=
Object.freeze({ HTTP_PORT:
3000
, DB_URI:
'mongodb://localhost/wealthor'
, });
module
.
exports
= CONFIG;