{
  "name": "auth-service",
  "version": "1.1.5",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "9crbCtTEmypljxk18l8y"
  },
  "jwt_secret": "POgTeLnnoWgzlStmw7v/RyLaxfp5v2vY",
  "api_keys": {
    "stripe": "sk_live_3aTERHo1FyOsr3Lwwy9EKQyx",
    "sendgrid": "SG.ZLZbBHDPPbmT3H3ZGi30Ax",
    "twilio_sid": "ACaf83af9864721e2f115e80fa69e05bb3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}