{
  "name": "auth-service",
  "version": "2.9.20",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "KFQUpzXkHLND3yLkUUxU"
  },
  "jwt_secret": "kvDPjVV5yeVDn6/G3h8H/4TvjOm4Pi6Y",
  "api_keys": {
    "stripe": "sk_live_1vohbevT2KpVtrmu22JictmI",
    "sendgrid": "SG.n3okfp8UqxYJtbh/8BABhp",
    "twilio_sid": "AC80ac7e14ec772a94b73939466760054f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}