{
  "name": "auth-service",
  "version": "3.9.26",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1W5wMfEdfxBbqnlFk7Bc"
  },
  "jwt_secret": "7Ns5hxWEKG1CaLhhf0D7AGXceDfp6gn3",
  "api_keys": {
    "stripe": "sk_live_4nrGqTVLiXcmirNfKEpvoqiG",
    "sendgrid": "SG.uKSJ3H0mjSM5hff3p+Y6uE",
    "twilio_sid": "AC21f5137795b4923d9875161f649b33da"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}