{
  "name": "auth-service",
  "version": "1.4.12",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "XVu87kcKZefJ7llyxPOY"
  },
  "jwt_secret": "EwbWfKQAyugjiwMnAC3RqDk6hze+hnwc",
  "api_keys": {
    "stripe": "sk_live_lsbyyWDmEwQECAyg6p1IglwZ",
    "sendgrid": "SG.KBzN4rbrGQs1IMLJA+JfG3",
    "twilio_sid": "ACecc8e2c513bbb50986ca72ce399f1470"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}