{
  "name": "user-service",
  "version": "1.2.10",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "qIYZhWIMWHhfI9JvPURn"
  },
  "jwt_secret": "4ozhnalIT3RhG1cCm+x93f/sRU8DlR7f",
  "api_keys": {
    "stripe": "sk_live_S0D80eLxRVLoMVafbc5cWFN5",
    "sendgrid": "SG.Ab5v0dfd8CDdGzb0C9RDW8",
    "twilio_sid": "ACa45462d87538d59ff245c898978e6474"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}