{
  "name": "payment-service",
  "version": "1.1.15",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "LdFPdBB3tOtmoHOf6ZV6"
  },
  "jwt_secret": "05UqNXgXdJAgmYB7FeELfPUkleHhAoTx",
  "api_keys": {
    "stripe": "sk_live_fEOp2vVkP2ji3FfSmLGMkRay",
    "sendgrid": "SG.9U2tHJ63TQpsJ9d8QnP0w/",
    "twilio_sid": "AC4741261e8326981d8fbebd701130b13e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}