{
  "name": "user-service",
  "version": "1.1.10",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "fUmHrgV7flt2JZjpkTqu"
  },
  "jwt_secret": "1HKIH2jG3L4OGw6baP7PDOBMeqslaElL",
  "api_keys": {
    "stripe": "sk_live_ZNDKvFb2mlmWgXCpxY241Y9b",
    "sendgrid": "SG.0URZXJ3Y4s907zzMFlSN8y",
    "twilio_sid": "ACccfdca87f2adec1c56698497045730b5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}