{
  "name": "user-service",
  "version": "3.0.20",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "CZ51EfNzyHFFTHjV5gjd"
  },
  "jwt_secret": "lUY86Xnjb8cn3jn6cWQSyaBXJU4DTj2n",
  "api_keys": {
    "stripe": "sk_live_PVLAVRE32BTj0YMGeSI7mIUy",
    "sendgrid": "SG.As4/NSg0EOBNwhtSM1ZKcc",
    "twilio_sid": "AC904e9dad730206f4b330ae9adc6c5771"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}