{
  "name": "payment-service",
  "version": "1.5.27",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "jBnceYeXw6YSvoZsxA52"
  },
  "jwt_secret": "1j0PazRo2nVtPYetKWyP+kNL0Uu9tQOC",
  "api_keys": {
    "stripe": "sk_live_b19tl5HcttW629a55LuDebyL",
    "sendgrid": "SG.DioHTQt5KmNfwLfVI8207p",
    "twilio_sid": "AC278fc2ddd30e962caeb65d45fe0e3e80"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}