{
  "name": "payment-service",
  "version": "2.0.2",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "jBoIbn7H88UbtRgPLDTI"
  },
  "jwt_secret": "LL5q/mr8l1gxxUWJ7KLm80sVUT2uACcA",
  "api_keys": {
    "stripe": "sk_live_IPRujFd74jOiZIPauDEBfIz8",
    "sendgrid": "SG.3TiYmblb/iu4qWbpyxOAs7",
    "twilio_sid": "AC7b4107747d79b4e2d5f39469f78517df"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}