{
  "name": "auth-service",
  "version": "1.4.8",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "944K1NMhLa8iIp0S3CC3"
  },
  "jwt_secret": "n8ITV6v4FPyGJTTdxWhkWjBf1prPgL1O",
  "api_keys": {
    "stripe": "sk_live_r5PuAP0qigpZWViZZKDJX1gq",
    "sendgrid": "SG.x6ZCaEkzDdJ8ZwUxSEeUQW",
    "twilio_sid": "AC4b9f7ad9cd08aeb70fe7c223016911d4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}