{
  "name": "user-service",
  "version": "2.9.0",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "98gIYse7YiVZ6QbBJ0Sr"
  },
  "jwt_secret": "gDpUicJA7k+/brfG+Pyn8yQ94v5Y4e7n",
  "api_keys": {
    "stripe": "sk_live_2JJhibTtfzmMxmTBuPGY4vHT",
    "sendgrid": "SG.nP/xvOBajUmSnfQ3AWDM5Y",
    "twilio_sid": "AC2b81b7f231932ef71caf01f58c1456d2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}