{
  "name": "auth-service",
  "version": "1.3.18",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "zVcEf3Y1LfdKolKtXnwK"
  },
  "jwt_secret": "YyHGhx36hXRafqWbabvR1oYpKbZNW78O",
  "api_keys": {
    "stripe": "sk_live_gVZQtJqW8bvNypQ7ZsVAvauf",
    "sendgrid": "SG.ya8uso3UTZ/DVGyB9WG4bh",
    "twilio_sid": "ACfc97bba04bd527644828492aaa6a8309"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}