{
  "name": "user-service",
  "version": "1.4.8",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VEL6HRVbJuz65hq0Ovex"
  },
  "jwt_secret": "C4mcoz3v94/feyU+h+Qm8/JVKxh4O8uO",
  "api_keys": {
    "stripe": "sk_live_aIQTi1PlRQ47D4pqhjyI6ssf",
    "sendgrid": "SG.yYU/XE7HGC7b71AiwkcXS5",
    "twilio_sid": "ACe303eb1b16188b23524e2767425a6bf6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}