{
  "name": "auth-service",
  "version": "2.6.6",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8X0K7JON4N8hP3Ed2H0x"
  },
  "jwt_secret": "Mgby6wzv/9T/ETZ2Yn4vFSEVJqF5pChF",
  "api_keys": {
    "stripe": "sk_live_tGKKCTLOraC2GfYzCJthDos5",
    "sendgrid": "SG.v+ISN5lK/rTYdmLRRV5GYd",
    "twilio_sid": "AC925353448d61f448f612404869b2f722"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}