{
  "name": "payment-service",
  "version": "1.6.7",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "wHo4FoQjVew4jjWcNDbD"
  },
  "jwt_secret": "H1vYCtlm1B4EI2HLmKJCyT6dDv2GgOHg",
  "api_keys": {
    "stripe": "sk_live_pAVaENFRQ5gGeZbpDEE8GR8k",
    "sendgrid": "SG.RnpbGq4o96Hfi1Wy0xmYvr",
    "twilio_sid": "ACc954d5e6b4515cd898c32bc5f6ad71cf"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}