UNPKG
restful-started
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
typescript restful started
github.com/wanglihui/restful-started
wanglihui/restful-started
restful-started
/
dist
/
example
/
config
/
index.js
7 lines
(6 loc)
•
123 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
const
config = {
database
: {
url
:
"postgres://postgres:root@localhost/self-exam-helper"
} };