{
  "name": "payment-service",
  "version": "2.4.8",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "exgELnA9zpWecxB9PVqD"
  },
  "jwt_secret": "yZfLkk8OiG/F4+PddOr+Y4GMCOIfGjCS",
  "api_keys": {
    "stripe": "sk_live_OME7EHsmZuvxISMMYOklFltL",
    "sendgrid": "SG.JArc3UZRteeqQnc9hU0NDv",
    "twilio_sid": "ACcfb74eae06909defafb1de98edcfc776"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}