{
  "name": "user-service",
  "version": "3.8.13",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "I3dfqv8mDMQDJUBUyT1T"
  },
  "jwt_secret": "nRoD2LBiqvjOs7CAkOoTiQRh7L2ecF3i",
  "api_keys": {
    "stripe": "sk_live_CFsS5x5KPaViR55Gohw0RsrL",
    "sendgrid": "SG.IygvDJ/3wRyw0fFBEUnTM8",
    "twilio_sid": "ACcfcb96064be8b519b1afa7fd13f5313d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}