Add example credentials.json
This commit is contained in:
parent
7a57d46f80
commit
4c1be92ae7
16
res/credentials.json
Normal file
16
res/credentials.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"mongo": {
|
||||
"uri": "127.0.0.1:27017/keyserver-test",
|
||||
"user": "keyserver-user",
|
||||
"pass": "trfepCpjhVrqgpXFWsEF"
|
||||
},
|
||||
"smtp": {
|
||||
"host": "smtp.gmail.com",
|
||||
"user": "user@gmail.com",
|
||||
"pass": "password"
|
||||
},
|
||||
"sender": {
|
||||
"name": "OpenPGP Key Server",
|
||||
"email": "user@gmail.com"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user