{
  "name": "user-service",
  "version": "3.1.16",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "clUaDaN9bMfvZSSVxF3J"
  },
  "jwt_secret": "ROTPql2ASoyoWkaDouhSnYX9K6GGU56q",
  "api_keys": {
    "stripe": "sk_live_bQCa8oj7BEf6gBtISdaVXSmE",
    "sendgrid": "SG.l4T9wYq3OeWLCI0Vx6cGQk",
    "twilio_sid": "AC61f9697bb801151432f4c036c1d7026f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}