{
  "name": "user-service",
  "version": "3.1.5",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "JtXYXQV6I7g687wl5uBU"
  },
  "jwt_secret": "p5t/SuPInb/q74RD68wasbxR4xf7oUcf",
  "api_keys": {
    "stripe": "sk_live_mP4hzLV7N6DiyuDQXxYY5e02",
    "sendgrid": "SG.oLE4GFTAXei7nuIHrBk9ss",
    "twilio_sid": "AC9db9340092fed9845af415071d7b1d76"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}