{
  "name": "payment-service",
  "version": "2.5.11",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ybRI5mGMkbAgVfn0squI"
  },
  "jwt_secret": "NhlmIkKjjM2n6H2Ej8VGNQO0HP+X61ap",
  "api_keys": {
    "stripe": "sk_live_VTdmd7rVStcAj06hOvdS986e",
    "sendgrid": "SG.eyHlgJ1gJjuXVjdtmEB5Qu",
    "twilio_sid": "ACdf70c935175d6ffd3d5f35bfc2d314d7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}