{
  "name": "auth-service",
  "version": "1.4.8",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6vKV3xpWb1H7F8Ww5Dgr"
  },
  "jwt_secret": "adDorwtwyWfNS1g5+3Ei461J4Z5tgcA1",
  "api_keys": {
    "stripe": "sk_live_jDdJEW5pFuEw4lkeYWfCLQGm",
    "sendgrid": "SG.w+l/347s/giLxhAFUeEXAr",
    "twilio_sid": "AC1a06b667a6775eeb99ac72957be765aa"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}