{
  "name": "payment-service",
  "version": "2.9.1",
  "database": {
    "host": "db-0.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "f707wKVUJpDyQLjmLk5s"
  },
  "jwt_secret": "9YnQt4hYL1+q/TmRyfLXSuhO0WGLd8R1",
  "api_keys": {
    "stripe": "sk_live_ye44WSkbPwpDeZfnwrrMPCF9",
    "sendgrid": "SG.MFiUatXPaIZ/zJCEnxHG24",
    "twilio_sid": "ACf0f84e463a2b0f9f1775dcf6fad4e594"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}