{
  "name": "user-service",
  "version": "2.3.1",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8Gd651jegN6S9fUyyN6q"
  },
  "jwt_secret": "6oa8kvk6ntySNxOY9Wug50TD38uG6saf",
  "api_keys": {
    "stripe": "sk_live_2UgsXqz8OnH8pEoPqdylSlJf",
    "sendgrid": "SG.W1ChkSavp/E4ENOg/Frjiu",
    "twilio_sid": "AC677eb494da5a80da3685598f62f0d765"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}