{
  "name": "user-service",
  "version": "2.0.4",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ayhRyLWuBmV2PTijxJBE"
  },
  "jwt_secret": "nJZYsUppDkWV1HX4L0K9nJW7+3FYYuf2",
  "api_keys": {
    "stripe": "sk_live_kxqghgwed9xH8hrFDKciBeI8",
    "sendgrid": "SG.zf7M8c16/QArqLRza3vvzR",
    "twilio_sid": "AC843dfe9f5c410b2cb91635e66b975ca4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}