{
  "name": "user-service",
  "version": "2.0.13",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "NbSUoGhXTyGRrl7mCdiZ"
  },
  "jwt_secret": "95w+8Cr4Sa/kAOjqc6asp9Hi3779TCuj",
  "api_keys": {
    "stripe": "sk_live_xfliMeWhtyK052QQOUbFzSOw",
    "sendgrid": "SG.WYkXXi6aj8k7xZjeNbz/FX",
    "twilio_sid": "ACf3eb11e99bb240d94f046e779b4010cd"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}