{
  "name": "payment-service",
  "version": "1.1.18",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "QX9V3bSvRGoJ5Sxpnjxn"
  },
  "jwt_secret": "AkRIChFs20Scd53arZjbE1czR/TSCSv9",
  "api_keys": {
    "stripe": "sk_live_xUQ2BQvqbfP3kOETANCG2M02",
    "sendgrid": "SG.bqN8wUfoqM72kxdB7Lq4eQ",
    "twilio_sid": "AC92192b77d1eaadd86454e2e733c1f681"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}