{
  "name": "user-service",
  "version": "2.2.19",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "QOFwNflwzWerqe0BHBgY"
  },
  "jwt_secret": "OWpvb2THwSlgfzAFH0zl5mKT1PGgPrxc",
  "api_keys": {
    "stripe": "sk_live_D8nu99bXtu73sC1B5b9LIApv",
    "sendgrid": "SG.ACiBIub3YlTqzonQ06IOF+",
    "twilio_sid": "AC20894839908b42495f4023db8bf7aa6b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}