{
  "name": "user-service",
  "version": "3.0.27",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "usDkO4LwbqT3cPByRigW"
  },
  "jwt_secret": "GueU9Q1SE0u8TWQ6FSfSmk5B2qLuYzya",
  "api_keys": {
    "stripe": "sk_live_52fxLxgzq0kKeoLvhyQ1GZwT",
    "sendgrid": "SG.CoMD2YuRZzDVFORWembEks",
    "twilio_sid": "AC04b8b35f19318a255cafd52d909de4b9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}