{
  "name": "user-service",
  "version": "2.9.9",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "em86z2HSTZs5TchkPRVw"
  },
  "jwt_secret": "01My6dFv6CqxTL0RXady6v0s4NOvSkcT",
  "api_keys": {
    "stripe": "sk_live_fkEB6Gqy6SLSnOQXlVq154mu",
    "sendgrid": "SG.sUo3ovRwPNA9NGKA0Bc+99",
    "twilio_sid": "ACd38bfc82d97a2bc33ef14a0c7883491b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}