{
  "name": "user-service",
  "version": "1.7.11",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6B37czxaUP7ucnacbJVF"
  },
  "jwt_secret": "RYIEdzVHwF3DZsP/YE4BRUuWX9RJY4gM",
  "api_keys": {
    "stripe": "sk_live_5ZuahGderodMvgsVvhELOyoV",
    "sendgrid": "SG.m9weDemjGU5tXZPKOLYKCR",
    "twilio_sid": "AC8e15419afb7696da9ce9b0d74d28f177"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}