{
  "name": "user-service",
  "version": "3.8.10",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "LwSuiB8qoP2H1jXvyAZN"
  },
  "jwt_secret": "ZNzwhvivipbMlK4P9tLwZsIR2wYuOM32",
  "api_keys": {
    "stripe": "sk_live_uYsVBaCWvr52XxRHbsCmy2Hj",
    "sendgrid": "SG.5fJBwVpObujwaJiq9obHcr",
    "twilio_sid": "AC846a83ab0252a52c135725983b7e131a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}