{
  "name": "auth-service",
  "version": "2.9.3",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kLVsNucHnLIN5xKj2Fwo"
  },
  "jwt_secret": "C9zfypENm1/MTAZaOs4VLEuCGZPycxal",
  "api_keys": {
    "stripe": "sk_live_K5t0vG1DC9GcAPGSWI95qEo4",
    "sendgrid": "SG.ROMm8dFN42Dm5vjOfFmWLr",
    "twilio_sid": "AC152d67bbe234743f015da98f2ef5dc88"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}