{
  "name": "auth-service",
  "version": "1.1.6",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "prR65wPUGmukcoVArwC3"
  },
  "jwt_secret": "woOL4V50FE3ufHRaXoHBhOrx7NfdCEUL",
  "api_keys": {
    "stripe": "sk_live_zIuTecuaJEfF5mYz0vV48mmg",
    "sendgrid": "SG.6K5IRwJWZ/bR5h1zBhG0h8",
    "twilio_sid": "AC2ffe6b1e5950de9c43c05b3de2bd2e86"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}