{
  "name": "auth-service",
  "version": "3.1.29",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cLExa5a2sXzeDrnDLcgm"
  },
  "jwt_secret": "nDjMfeqN9bWryELgDttO6weiLxU17XMd",
  "api_keys": {
    "stripe": "sk_live_GyBpfwHdxeFvIVPXIzDutxBs",
    "sendgrid": "SG.T5AZjbEQntQnlvQj7JZKN6",
    "twilio_sid": "AC1c2620828e0f5f143cc8b22fdea8c177"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}