UNPKG
@recipher/contact-service
Version:
latest (1.0.5)
1.0.5
Contact services
github.com/recipher/contact-service
recipher/contact-service
@recipher/contact-service
/
config
/
testing.json
23 lines
(19 loc)
•
279 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"HOST"
:
"http://localhost:3000"
,
"PROVIDER"
:
{
"EMAIL"
:
"null"
}
,
"TWITTER"
:
{
"ID"
:
""
,
"SECRET"
:
""
}
,
"RETHINKDB"
:
{
"HOST"
:
"localhost"
,
"PORT"
:
28015
,
"DATABASE"
:
"testing"
}
,
"REDIS"
:
{
"HOST"
:
"localhost"
,
"PORT"
:
6379
}
}