{
  "name": "auth-service",
  "version": "2.2.12",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "3NLlqJ2u82uEHixz1Po8"
  },
  "jwt_secret": "t8bX+/ggjq5tmH6niWbPwvM6yeBpIOry",
  "api_keys": {
    "stripe": "sk_live_AyzBLaCtJHLVZBOW90070et2",
    "sendgrid": "SG.TJf15ZqRvoqf1d5aprzGyH",
    "twilio_sid": "ACe4a47d18347469ee2b29939a0b602ba4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}