{
  "name": "auth-service",
  "version": "2.4.1",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "2jk2VuhKGpZ9IyRf56kR"
  },
  "jwt_secret": "hsK6/0cKrdlrVc1S9yxPz9TFAMujtDzO",
  "api_keys": {
    "stripe": "sk_live_gB2psBIIJ0ex3VDzycmac4OY",
    "sendgrid": "SG.7KKLME9j4fd2CGcGFscf3s",
    "twilio_sid": "AC45deb0c933306e452859109cbe2bea97"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}