{
  "name": "payment-service",
  "version": "1.6.9",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VPSdMhHo8C0oZ9J6I0PN"
  },
  "jwt_secret": "RJEGXSdsNMOL5CXPyMMUenmI+3NpvxDd",
  "api_keys": {
    "stripe": "sk_live_xM7UegVJ6upYKhDv0qcbBV7R",
    "sendgrid": "SG.Dog1hsB3iOqdZ9dwBx1oRB",
    "twilio_sid": "AC27b8beddf6692ef3ad79d66abaefb31f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}