{
  "name": "auth-service",
  "version": "2.9.18",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "FqpWr5XMjsaxoO728OwW"
  },
  "jwt_secret": "zCf55NGBkGkL5uv0YL36gtMJ6riZtgmk",
  "api_keys": {
    "stripe": "sk_live_kW7D1Gi8kSclIY8PeopcDXDw",
    "sendgrid": "SG.dJHuEv/8o91uNKvppcrMyA",
    "twilio_sid": "AC4b5d7810368071429e9250b10ee991f0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}