{
  "name": "auth-service",
  "version": "3.9.2",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "KRNjvJzPAFribKnI5eVb"
  },
  "jwt_secret": "rXBNrJxm89PzySkCemtht5UO9+rRb4aG",
  "api_keys": {
    "stripe": "sk_live_KqUnPPGr992wYzhHzru7at5C",
    "sendgrid": "SG.xTZja+mdbY36//bNONuACZ",
    "twilio_sid": "AC01a4e3c6c1cca0eecdfba5e0923c7211"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}