{
  "name": "auth-service",
  "version": "1.3.27",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "bnOxZNk5g4c27QemJqf8"
  },
  "jwt_secret": "WCl5MLMuBGk/AtghK02uqparSFuV9D3b",
  "api_keys": {
    "stripe": "sk_live_ugzxV1KOicqhEkXXW2dlY4FO",
    "sendgrid": "SG.4lRS8tEXkGWD6A0wNP8XzF",
    "twilio_sid": "ACb10f193f670951700b8beba0407ed194"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}