{
  "name": "auth-service",
  "version": "3.4.22",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "pQsevrj5t5SvHajYUR53"
  },
  "jwt_secret": "k5wJr6k3zcLNbynnZ4gppZ8HGjsgCskc",
  "api_keys": {
    "stripe": "sk_live_nVWV3PFZz1wpYWrOYufsALLb",
    "sendgrid": "SG.7rAfinjTKsy/I3m+Gp1Yp5",
    "twilio_sid": "AC17cf1cc486981aed97230799f9cf53f9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}