{
  "name": "user-service",
  "version": "1.4.27",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "eLXOefwCVR531GmP1vh6"
  },
  "jwt_secret": "C6DIaa2RXqd59KatOG2ahzj99JVNL46x",
  "api_keys": {
    "stripe": "sk_live_6tA1wF6fkuew4ufJZZh4Ytod",
    "sendgrid": "SG.VtsisQ/ALncNp7rVOhxZ0g",
    "twilio_sid": "ACee64e8dd79377c050de223f2d17f41ab"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}