{
  "name": "auth-service",
  "version": "3.4.8",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "TuwPTWeIWFsLhDn9UDc7"
  },
  "jwt_secret": "G6d2NVKb6bg3xLXtjqPUz8UNkn39C0Ev",
  "api_keys": {
    "stripe": "sk_live_pQJ6wGEmXVUPVF42o3oAhagj",
    "sendgrid": "SG.QyDJaiVHXnJY91MGbyQjwL",
    "twilio_sid": "AC43d68f9ecc0b4e66b125682e202c63a1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}