{
  "name": "user-service",
  "version": "2.9.2",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "dVghDcGHs7cxvmlS0lCv"
  },
  "jwt_secret": "6vR1c9+liuhj5b1I9x3iwITJ5b5clOvR",
  "api_keys": {
    "stripe": "sk_live_jY6EaCgwD3yMDOB8YG6os09X",
    "sendgrid": "SG.tFE7lTRckbx7CKRxOFrmtk",
    "twilio_sid": "ACcff9ef1d89dc113187ac1ab053fc4778"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}