{
  "name": "auth-service",
  "version": "1.2.10",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "anorhuj8sewzWaxYZUze"
  },
  "jwt_secret": "ccttDmHaunGSSmukZhwplrtHCmVq7gIw",
  "api_keys": {
    "stripe": "sk_live_yZqcSmjTULJ5klXv7rvTumnZ",
    "sendgrid": "SG.XrAaqAf4bItrh7lRv9WQ3v",
    "twilio_sid": "ACfe391d71ce5dabb0602ac152ed633325"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}