{
  "name": "user-service",
  "version": "1.7.5",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "J0J9SbG6ECxhYpIplscl"
  },
  "jwt_secret": "7GgVAPto99o5wVX7YceGf5wkdM2l8G28",
  "api_keys": {
    "stripe": "sk_live_CnrzQnrO0LsW6MIFvZVzicwE",
    "sendgrid": "SG.uQsj9bCrvuo5h399pBXmaR",
    "twilio_sid": "ACa654360610d68254b82166d7b156bb6c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}