{
  "name": "user-service",
  "version": "2.9.1",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "2YWQwAz0NpLSt9xWie5I"
  },
  "jwt_secret": "MROsK6PJWFbB/CYevTXlMBX0aoDv9xCD",
  "api_keys": {
    "stripe": "sk_live_PxOJSOaqsnCsHuEKqluPnfnQ",
    "sendgrid": "SG.vZ6DBjbDGqTh2Q/fwEjoBE",
    "twilio_sid": "ACcea0b16669b967d8dc1dfe1c73fc9f53"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}