{
  "name": "auth-service",
  "version": "2.1.20",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ZkmnFqDziDlAEVAw27KZ"
  },
  "jwt_secret": "bPZ2p2QdFRIYSjczJxOgsPKQgclUk8Oq",
  "api_keys": {
    "stripe": "sk_live_c9gzgzcY3hY93AwQIeG03Zhf",
    "sendgrid": "SG.PtRTNBgV6VAXX+RkGWK85p",
    "twilio_sid": "AC034699519f78ff3321b95967a7a13f3b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}