{
  "name": "payment-service",
  "version": "3.1.3",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "TSeaIb0X7lHDci6bgzYg"
  },
  "jwt_secret": "i+HMZpk4yUpLD5fHT0N4JB6lNUVeMCZl",
  "api_keys": {
    "stripe": "sk_live_gTllQsiOY1ygEltxdFpumCms",
    "sendgrid": "SG.aQJxyWSOYpe7aqf7UA/fll",
    "twilio_sid": "ACa56e1a8f287f95514ab10c8fb9891065"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}