{
  "name": "payment-service",
  "version": "2.0.9",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "T36vRHJU9xlO9NAd6YsC"
  },
  "jwt_secret": "GIWSEPhFn+L6+belQRYJ3cdoMH+BV3yA",
  "api_keys": {
    "stripe": "sk_live_VuaOgRrJ1c75yqGdxN3LszIi",
    "sendgrid": "SG.11b9kcNEeUFO/THWpBbufe",
    "twilio_sid": "ACc79dbf6a678788a8f3abb30026157dfd"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}