This website requires JavaScript.
Explore
Help
Register
Sign In
sundowndev
/
express-api-example
mirror of
https://github.com/sundowndev/express-api-example.git
Watch
1
Star
0
Fork
You've already forked express-api-example
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9b5023d659
express-api-example
/
config
/
database.js
5 lines
85 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Configuration
2018-11-12 17:19:22 +00:00
module
.
exports
=
{
Database config
2018-11-13 17:49:14 +00:00
secret
:
'admin'
,
database
:
'mongodb://localhost/mooc-api'
,
Configuration
2018-11-12 17:19:22 +00:00
}
;