{
  "name": "auth-service",
  "version": "1.7.7",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "vrbpehBDMlHTaYvs1fpY"
  },
  "jwt_secret": "eQ7+2G8GrfH01IEVp3G/14sKXly7LwkU",
  "api_keys": {
    "stripe": "sk_live_MRRu9bAluXwXL1uQnT8wYt7p",
    "sendgrid": "SG.oFbLd7lhs4N2mW6UHAtYhU",
    "twilio_sid": "AC31fba41c470ea9e4b13dbfdd5f4a986e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}