{
  "name": "payment-service",
  "version": "1.0.27",
  "database": {
    "host": "db-0.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "Dj47ayusyFZHnvrZUSdz"
  },
  "jwt_secret": "kgiCsMjBmjgFznALCllfLluOKPy4syi8",
  "api_keys": {
    "stripe": "sk_live_AcfYefWuVCcELr8dOellLPb1",
    "sendgrid": "SG.ZohOEYsa33dRcWUwtKJJPJ",
    "twilio_sid": "ACc33b11ecbeab8abc50caf2dd62096f8a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}