Simplify configuration for different environments

This commit is contained in:
Tankred Hase
2016-06-07 14:56:55 +02:00
parent 2ab6333a15
commit 2acbffa2f2
18 changed files with 94 additions and 158 deletions

View File

@@ -1,20 +0,0 @@
{
"mongo": {
"uri": "127.0.0.1:27017/keyserver-test",
"user": "keyserver-user",
"pass": "trfepCpjhVrqgpXFWsEF"
},
"smtp": {
"host": "smtp.gmail.com",
"port": "465",
"tls": "true",
"starttls": "true",
"pgp": "true",
"user": "user@gmail.com",
"pass": "password"
},
"sender": {
"name": "OpenPGP Key Server",
"email": "user@gmail.com"
}
}