{
  "name": "payment-service",
  "version": "3.7.6",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "W3WTwaiSKL6UQrB2ijoB"
  },
  "jwt_secret": "EYpeu40xK9uCLzyZAAFSm+9tcqSNRv6+",
  "api_keys": {
    "stripe": "sk_live_0qxuFpluuPICSefy3ZVEgQmE",
    "sendgrid": "SG.coYGr20KqBegJcnlHyxcPh",
    "twilio_sid": "AC179d8c4bbd005ff3521f48bb46fd9735"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}