{
  "name": "user-service",
  "version": "1.5.4",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kBWfJdfHMUIUmKB1vZj2"
  },
  "jwt_secret": "3mZqQ7dkuX/A7fPr3Ii4MhF8xGJVu4KP",
  "api_keys": {
    "stripe": "sk_live_GQBMcMFgApO1lbYG2oYZE9G8",
    "sendgrid": "SG.05bK0+q49Is9zwqFGPMuc3",
    "twilio_sid": "AC65e0c92e0006933fd68b2196d2275e3f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}