{
  "name": "auth-service",
  "version": "2.1.26",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "wMIlhdyMNhUUar3q4Cfv"
  },
  "jwt_secret": "fohUDAUfO2jUDhp9RscDzNqR77Y85F7R",
  "api_keys": {
    "stripe": "sk_live_rgPN5wLNDRaLVZzAZwBPKHQG",
    "sendgrid": "SG.P8xRWGFv7sas6WCu9VhOPy",
    "twilio_sid": "AC08ca71f302c32f1e67398d8dd0884007"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}