{
  "name": "user-service",
  "version": "2.8.20",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "sLQg7FCyVd2MR1aTs8fz"
  },
  "jwt_secret": "G2yd4zE0kLWtVD6WHy37XdM9WdcMG0st",
  "api_keys": {
    "stripe": "sk_live_aJap1C6ATvojNxmbj4rdN4To",
    "sendgrid": "SG.pPRDOJOGmM5+3qAW+VN92M",
    "twilio_sid": "AC1a386c1a16d6c2f730f5c5faaf4e890e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}