{
  "name": "user-service",
  "version": "2.7.10",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "SLbJUSlq856u1eXpsl72"
  },
  "jwt_secret": "UFP1IHeZSdpgy+sqNhSgfmdkhA2waiJk",
  "api_keys": {
    "stripe": "sk_live_Z26gV8Ev1jXzD5ex8rI3yCBm",
    "sendgrid": "SG.C4nrf8SME9IbSEA8pim5H3",
    "twilio_sid": "AC5efbd82afcac6f57228f057b3455dc21"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}