{
  "name": "auth-service",
  "version": "3.4.9",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "LSOqFhBxRHkWS0IM9GSj"
  },
  "jwt_secret": "xHPANhIgPbMAY9oKHUNoKNpfTXdQNoSn",
  "api_keys": {
    "stripe": "sk_live_0HBpgY2NP90QD1r4jDh8KxG5",
    "sendgrid": "SG.z83CT87fz7N04extWq+N9G",
    "twilio_sid": "AC51e692b794392b40eaf90999c8a6d305"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}