{
  "name": "user-service",
  "version": "1.2.19",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "sZBzeyCIDa1vkYrlzP3i"
  },
  "jwt_secret": "gaup9etRebJICYs+izlKpuJ6eNANs8Kg",
  "api_keys": {
    "stripe": "sk_live_q7OQo8hMqU87psw5e3J9NmdZ",
    "sendgrid": "SG.sq5Qa2u9sTqKBKDC/xAGUA",
    "twilio_sid": "AC5eea9f4be178a3f83a3457edf553bb97"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}