{
  "name": "auth-service",
  "version": "2.0.13",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6013B6wR303uu6MTIMIF"
  },
  "jwt_secret": "t/Fmip/Z8m4oYu/niS9AWGG0XF3ttT5H",
  "api_keys": {
    "stripe": "sk_live_6TXGp4Y1xeHH3xc9BLwbUerm",
    "sendgrid": "SG.dHWTY7RdZRXo/bL7Q+Qkh0",
    "twilio_sid": "AC80f1886dc9bf50e5625f9d5f9c3c9ec7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}