{
  "name": "payment-service",
  "version": "1.5.29",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "kduYiMFnXHTrvLS22Pna"
  },
  "jwt_secret": "0YC5W3qqPMawzobPfa/Xr85BTuJVQJyH",
  "api_keys": {
    "stripe": "sk_live_yqwoWvWjRUejZSBksIwUedDn",
    "sendgrid": "SG.fxm6/BfEjLxtp74Nv/PWiQ",
    "twilio_sid": "AC9c8010845d77e4a9b12a59e9a2e7fde1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}