{
  "name": "auth-service",
  "version": "3.6.17",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "K8jLLHWG9yUK9WS2Uw3M"
  },
  "jwt_secret": "ne+7Q2SO4e2a5waq5OYgluEfFj1zNNPS",
  "api_keys": {
    "stripe": "sk_live_QyT0dibkJ255U7lm40QEimd4",
    "sendgrid": "SG.nGgJH2HArSIj+BK8Wob9ez",
    "twilio_sid": "ACd2b6a85f2fc7e3ada13d12031a8f05be"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}