{
  "name": "payment-service",
  "version": "1.0.3",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "TxqujH3zf0XbPvkLuYsZ"
  },
  "jwt_secret": "7Sfpo9XDRUVndfIchiiQe9ofWR4PWgee",
  "api_keys": {
    "stripe": "sk_live_bXTWFXZ5zUT1kCCL5hx1wn4Y",
    "sendgrid": "SG.LXNsO53PrO2wMCXUbvhIPZ",
    "twilio_sid": "AC4c1f41cb544ab2d5b851123fe1b233f7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}