{
  "name": "user-service",
  "version": "1.1.12",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "YjowBmorl5UCsq6ERq21"
  },
  "jwt_secret": "GErLU60W51in/RN6IneM5LlaE/ZExrIU",
  "api_keys": {
    "stripe": "sk_live_qKZo84ioFZJ4hOAO4ekRNpDg",
    "sendgrid": "SG.Bj5Az1IYMwR/lJ5YFAMiIg",
    "twilio_sid": "ACd56daa458058ff67093ee633ce31268d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}