{
  "name": "user-service",
  "version": "2.0.11",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "8gMiCuZIAliU0DPvlQh5"
  },
  "jwt_secret": "OaeFwVD1KcuU4p302qcHZ58eGafjT+W1",
  "api_keys": {
    "stripe": "sk_live_x0MQRCPhICMfrKK0Swhynbm4",
    "sendgrid": "SG.z3Hu/M8rkbXfZK0eCW0jIi",
    "twilio_sid": "AC624fab99b4b797f8d07a20a412c68a7f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}