{
  "name": "user-service",
  "version": "1.3.18",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "52A3GBhl8dyEBwZuDu7m"
  },
  "jwt_secret": "K7AiDqZNUJv2Ws5Rzhbrxx+RsyPotAQy",
  "api_keys": {
    "stripe": "sk_live_xmqjMR4vANxE0IZU9zTanuxz",
    "sendgrid": "SG.GBG3qGTxmLsbSjH5ltQfqo",
    "twilio_sid": "AC859d75d2565619947d694f7f22b8ab3c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}