{
  "name": "auth-service",
  "version": "2.5.13",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "F9ROH5QzVw8picE7mVL5"
  },
  "jwt_secret": "wl37o/quO6rJeIN0stGbpPribsh5E5N7",
  "api_keys": {
    "stripe": "sk_live_UTPsGxiVMp3cVJI4rv1dWoVa",
    "sendgrid": "SG.s8HWZVYBhI6o0g6oFyrFdh",
    "twilio_sid": "AC4a5f0dba75026bab7770319e41853f48"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}