{
  "name": "user-service",
  "version": "2.6.16",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "vbNiAAjAty3eGSKOlJy9"
  },
  "jwt_secret": "WZ6aswdv2N+jkkbVXnu/w0m8HGNEnsxa",
  "api_keys": {
    "stripe": "sk_live_WUel5HM3SYMofNqWH3O6WHfE",
    "sendgrid": "SG.di4EF5cM8nhdAdirHiO/yr",
    "twilio_sid": "ACe486d36d2e3bc7bce4ca60c9761f4806"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}