{
  "name": "payment-service",
  "version": "3.5.25",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "wsJoykplQc8UphLRza9Y"
  },
  "jwt_secret": "xGyzB68rRrknWfbJaJoQbRneVVypcVWQ",
  "api_keys": {
    "stripe": "sk_live_DfhxZxGO0irRmBqKrwU8yJej",
    "sendgrid": "SG.4yeTScmApqZ4tvxUQ8KHnl",
    "twilio_sid": "AC06b5809da1c42abe9631bcf246b1a4a3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}