{
  "name": "auth-service",
  "version": "3.0.15",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "hhAAGWpt26ItRgBPYONj"
  },
  "jwt_secret": "Y+AZ+v+24StquEtCdu6K0MzWmHV0UYP8",
  "api_keys": {
    "stripe": "sk_live_O1V10kgAIaS46GJ7Awtv2b37",
    "sendgrid": "SG.bhJ5nfFknRQ8auSci/MZL/",
    "twilio_sid": "ACa1af153c15e8b676f2800c9ef322c84c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}