{
  "name": "auth-service",
  "version": "3.2.5",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "LtudhFEyLfTL3tSkhCFf"
  },
  "jwt_secret": "0rzuYh5CwrP7hlc9I89X61hkk7WKo7t8",
  "api_keys": {
    "stripe": "sk_live_73ZhWtGSWo1A9iml9OXqgnU1",
    "sendgrid": "SG.X1YybaLHPioZIOcL15G15+",
    "twilio_sid": "ACfdbe4c4ab3861646be06fd9a0f132e48"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}