{
  "name": "user-service",
  "version": "1.7.15",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "5jGWn2YopjGYsXVFjUJU"
  },
  "jwt_secret": "FpXA6qccWaAZShyy4aUb84MEpxwoBAWr",
  "api_keys": {
    "stripe": "sk_live_DhZ1UaUj1sULsClxLbwsG4JB",
    "sendgrid": "SG.WyYVSP+Y2k1Wih1GCFT9Qb",
    "twilio_sid": "AC78c5f028b09461a491708894ed2a07e3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}