{
  "name": "user-service",
  "version": "2.0.16",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "mH2PUbOysid4t2LQOCJu"
  },
  "jwt_secret": "/RxtsXPfTU9L8bTWFh/FuHP+uM/rGNXg",
  "api_keys": {
    "stripe": "sk_live_opCWquyg6iLAV926005Jjzx1",
    "sendgrid": "SG.EM28/n/1PuKekOBkwGbTdn",
    "twilio_sid": "AC55d74270e80e37b48309ca20619a5f02"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}