{
  "name": "auth-service",
  "version": "2.8.1",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "V8ll5SHhyhwb6CESuONU"
  },
  "jwt_secret": "jieI0t+25MavmKxLgqNWTqqIDZR9rHRg",
  "api_keys": {
    "stripe": "sk_live_7Co45e2p7ZI4FJQdzGd1Z4bL",
    "sendgrid": "SG.gxdCx2rOSImmBmTOR7chF6",
    "twilio_sid": "AC24b3b7fad0e01e4c5358de4567f27ce6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}