{
  "name": "user-service",
  "version": "3.8.23",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "QflniS4wgZqjZfF9ab2x"
  },
  "jwt_secret": "YdnZFbTPYf7MF+ffpk+vnxbysCjcxUTa",
  "api_keys": {
    "stripe": "sk_live_cLdUsjuqb5UqSZWwDC53hg8p",
    "sendgrid": "SG.hq460wYeboRqu3aQDaOqlR",
    "twilio_sid": "ACb876ca75cb19c40824ea3fe62da12f57"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}