{
  "name": "user-service",
  "version": "3.0.21",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "pqLUKYw2PBWQB6Ji4gtJ"
  },
  "jwt_secret": "kljpBE2T9YPMMFnfRCnE2hMhdSQ4jlhO",
  "api_keys": {
    "stripe": "sk_live_AT92BlWnkg3q1VDNa9JPwLi0",
    "sendgrid": "SG.giWSXyy1Ga/XPSlgYotsin",
    "twilio_sid": "ACe8fc4fa148eea18ef90ee2e135c4fb32"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}