{
  "name": "user-service",
  "version": "1.9.7",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "BAd5JbFKdpCLaZbblot6"
  },
  "jwt_secret": "d6/TNwhnhhtx6GPziS81ktSsiGThHw4D",
  "api_keys": {
    "stripe": "sk_live_P2D4GnpHMcQwuJW9ixqcvadb",
    "sendgrid": "SG.uBa2+lOiI6xGQ5a7ucaRrD",
    "twilio_sid": "AC7c9f88744f2d051775587b42b0c4e9b0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}