{
  "name": "user-service",
  "version": "3.5.10",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "wvI6nAmjTUjAw8ejD3Zd"
  },
  "jwt_secret": "IQwJmmGDsqtGRd9lFgTRNFVOI6OXTRvW",
  "api_keys": {
    "stripe": "sk_live_QyDOdsM16MtvaYo1SLJyPiEe",
    "sendgrid": "SG.g0sPXi+YgxyM6rTDcsI1pg",
    "twilio_sid": "AC496e16f59591d020a3d32296a08aef0e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}