{
  "name": "payment-service",
  "version": "3.9.24",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "iLRyaOubrAeqqUzTQesA"
  },
  "jwt_secret": "K9eLf+2C/Ihf8d4myghK3E5rVJRaWFmm",
  "api_keys": {
    "stripe": "sk_live_GPUeRZydAR6oW03wziM6DIr6",
    "sendgrid": "SG.JS398esXPy0ixZ1b2sofp3",
    "twilio_sid": "AC313ef416d7990b055eccb19dbfccb88f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}