{
  "name": "auth-service",
  "version": "2.2.10",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "JI0FySt0RFZFL4aPHogr"
  },
  "jwt_secret": "1KlJ4LwHBgXvBBgwS/Ppi6VSheMrG5Zy",
  "api_keys": {
    "stripe": "sk_live_OdiKoi95G1sVlPbceyvsf4uW",
    "sendgrid": "SG.6AjOcmV3phFVQXSW2yE4cZ",
    "twilio_sid": "AC5549ddf9bc29571c94aeecd721b735c6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}