{
  "name": "auth-service",
  "version": "3.9.19",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "w5J1QXVIo6PexQT8cdMM"
  },
  "jwt_secret": "hnihSKl/xRPwAChUL0EvxsNFKBR3pI3b",
  "api_keys": {
    "stripe": "sk_live_P32YvYRHvK1cBZj9FtmP8G0w",
    "sendgrid": "SG.DphUUeDy7LNbxDHqM9cxkr",
    "twilio_sid": "ACe849ef5499098fe70187144086ccaee6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}