{
  "name": "user-service",
  "version": "3.3.19",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "S5Gis34VWV190ipH0FwJ"
  },
  "jwt_secret": "GyAnIZePjn73kNMSThxD/V7yokY1eGRv",
  "api_keys": {
    "stripe": "sk_live_Yf0EeG4LzlrYvHxhDq1bPffJ",
    "sendgrid": "SG.RW5fh4IC5aA/V2Nc0Qb6UE",
    "twilio_sid": "AC0cbac9c99de8d2f561b31df4adc3e6f2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}