{
  "name": "auth-service",
  "version": "3.1.28",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8VSqBwJXkEbRQOwy0a7g"
  },
  "jwt_secret": "QuL/A4BEl+fd1x9M93NdW83AN7y8oWCB",
  "api_keys": {
    "stripe": "sk_live_Ue8Zk7TOSUBfT8cuPoeUGoLK",
    "sendgrid": "SG.uUas+K16t64EH7+D5wyBYy",
    "twilio_sid": "AC7439dbf74397596d4b87e9cb56ed20ba"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}