{
  "name": "user-service",
  "version": "1.1.13",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "qwWeDPQBjgBT8G2gNKSD"
  },
  "jwt_secret": "o+tJALxhqyJfzkOHXZTGDYLFvg1avdt4",
  "api_keys": {
    "stripe": "sk_live_lSF7BqPm4dmqMTxspMbskoXp",
    "sendgrid": "SG.rHmjxT+DxhBo3csOljdtTR",
    "twilio_sid": "AC6ed67475d9723e66c81997afe8bdfd03"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}