{
  "name": "auth-service",
  "version": "2.4.5",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WSjIsR7pLACwKWH87xyx"
  },
  "jwt_secret": "Z4IYH72y15d7JhsmRnB8LBWWK5Ox9dTN",
  "api_keys": {
    "stripe": "sk_live_CBe5DegAQxzrWUtIKFxcH724",
    "sendgrid": "SG.E7kkFymJO4Y9+vySYwaGwC",
    "twilio_sid": "ACf150413053205b49901502a9a00f39a7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}