{
  "name": "payment-service",
  "version": "1.4.19",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Ffn7f1x4KG3xVzRSGzbr"
  },
  "jwt_secret": "5Hkb304jSMdNYL5qRyhkxy458sSS8sdD",
  "api_keys": {
    "stripe": "sk_live_n79sFEwQo5hf9XKyqQVsYaqx",
    "sendgrid": "SG.upT4A7OR60eI9XpW2lzRjz",
    "twilio_sid": "ACd9b736f2d76b2d57468d714d3d93b4a5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}