{
  "name": "user-service",
  "version": "3.5.7",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "pUYirVSivF5LniQFRtgg"
  },
  "jwt_secret": "9Gvxg54wTcwr9gpdom7A1LdyJHKfGj0l",
  "api_keys": {
    "stripe": "sk_live_qdRRV0N7si3OmeP8Ab0Rz1uJ",
    "sendgrid": "SG.fKTgTdg8cXkpjzBGNLsnOg",
    "twilio_sid": "AC497a31a984a08f1dc14bf08e92aee6b8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}