{
  "name": "auth-service",
  "version": "3.3.27",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4qSWUgQhhWoGXQKPVkTz"
  },
  "jwt_secret": "3ee/emT1NlvJdpA035qgSjlfgHHCO1Jv",
  "api_keys": {
    "stripe": "sk_live_HDgIGsJ7VUrjWFVY4DrckRFT",
    "sendgrid": "SG.WGaDxuQJ3fCCWI27zuSrpi",
    "twilio_sid": "AC490ab748d0e56ae76e05c26dcfca641b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}