{
  "name": "auth-service",
  "version": "2.6.24",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "X1TmAYoQWPFgGXEA504Q"
  },
  "jwt_secret": "+nSdlOb8dNUMNe+8viXl8q5cYNxGlykl",
  "api_keys": {
    "stripe": "sk_live_9WEw63BOF3ogez1Svk7CNCUw",
    "sendgrid": "SG.hNzY5oOjfQzj+yB+X+izMl",
    "twilio_sid": "ACbc9ae10809424fb0807058331b9155dd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}