{
  "name": "auth-service",
  "version": "2.4.0",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "PFrmiTgnPSX6qXHKJcyl"
  },
  "jwt_secret": "t/mWrw6/9+w6MOPUxX3ycdEsB7CnosY/",
  "api_keys": {
    "stripe": "sk_live_uTnY7J9qX2iEhWFeogJJwx76",
    "sendgrid": "SG.EqpVErz1Hn3eUcCdDob/0N",
    "twilio_sid": "AC97c0651f83fc24530a4101bc35c17396"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}