{
  "name": "user-service",
  "version": "2.9.3",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "DBA2WhyTHH9BhBIMvSAP"
  },
  "jwt_secret": "9aZ0fvsUFap3QjlDQK3tT8/zygeQs0EV",
  "api_keys": {
    "stripe": "sk_live_0RfyVnv6uTxkRSuNAUfDW83C",
    "sendgrid": "SG.tkF68LEbgnusc7bpVNth4a",
    "twilio_sid": "AC103a74637b2b16a5067906c9617abf37"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}