{
  "name": "payment-service",
  "version": "1.7.17",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6iF86DaSFyoegSDfBbZc"
  },
  "jwt_secret": "lFmMqxp/p1fuGZe8NLMo6IxK7tpnPkVt",
  "api_keys": {
    "stripe": "sk_live_CpXDJEzZ5tFDQtjGzyXvhF93",
    "sendgrid": "SG.mAiGD4fWajIwSQa+XEwSxU",
    "twilio_sid": "ACfa3c5b2870ecd1751f5cf78b594da653"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}