{
  "name": "auth-service",
  "version": "2.8.23",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "sgbrdd3YWEgE5galQMIE"
  },
  "jwt_secret": "xHdPG//MGfw+KJvXbyhG1vK0JPiyXuP+",
  "api_keys": {
    "stripe": "sk_live_CFLMsBWbmoJTWGYmZhk5boUG",
    "sendgrid": "SG.gpnedQsyC+wrqje4i3GbwP",
    "twilio_sid": "ACf606306f7e9804a2e1068f1f04d38a10"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}