{
  "name": "user-service",
  "version": "1.3.28",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "d31tREBvsTQeV8sRG64m"
  },
  "jwt_secret": "VC/4Pal3QngaQm0KqL+Qahg+yM8LdNJt",
  "api_keys": {
    "stripe": "sk_live_9ZVTSDYS9LQUKk8CM6yYiS5i",
    "sendgrid": "SG.HLfVhP/gkXOqe0Pfh8yhgk",
    "twilio_sid": "AC7bc94f4dafcd17d68fc13c2ac135c777"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}