{
  "name": "payment-service",
  "version": "1.2.14",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "gjK7XAFseHxAnDzRY3MI"
  },
  "jwt_secret": "ubajKOy2eERNR3A1jXkVWHI/HWBt7EWb",
  "api_keys": {
    "stripe": "sk_live_VFc0Zpchx3goVCzQPuyFPhls",
    "sendgrid": "SG.Nmh98b4FiDQDoRxmc5R8qN",
    "twilio_sid": "ACd70f1405402e8aea9d129338c22bf8c2"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}