{
  "name": "auth-service",
  "version": "2.8.23",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "OQioT812BNi06LdtgOxz"
  },
  "jwt_secret": "Rx6wBzc8njctPsPD9zRVe81LjDqdjGqi",
  "api_keys": {
    "stripe": "sk_live_rqIe8IAN9KJzNnNID6Y6kAvO",
    "sendgrid": "SG.hT1819FvZT8n1BP6x263ae",
    "twilio_sid": "AC63531ebe2d6acd1c4ddfa18bab4960b1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}