{
  "name": "user-service",
  "version": "1.8.6",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "EGmDZz1RL0mv9vml3o9G"
  },
  "jwt_secret": "3RCbEZQHlMwZbX2MF/N+52Kxc3YkxaBG",
  "api_keys": {
    "stripe": "sk_live_hIRllYT5YBZquuPBHayt4H1c",
    "sendgrid": "SG.zu8H6wB851nT3rndjSokM0",
    "twilio_sid": "AC4d0eefd5f31024e706039023370b6af0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}