@teikei/api
Version:
Teikei API server. Teikei is the software that powers ernte-teilen.org, a website that maps out Community-supported Agriculture in Germany.
26 lines (25 loc) • 432 B
JSON
{
"scheme": "SCHEME",
"host": "HOST",
"port": "PORT",
"postgres": {
"connection": "DATABASE_URL"
},
"authentication": {
"secret": "SECRET_TOKEN"
},
"search": {
"app_id": "GEOCODER_APP_ID",
"app_code": "GEOCODER_APP_CODE"
},
"mailer": {
"message": {
"from": "SENDER_EMAIL"
},
"transport": {
"sparkpost": {
"sparkPostApiKey": "SPARKPOST_API_KEY"
}
}
}
}