{
  "name": "user-service",
  "version": "3.9.4",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6GbTr3dFNzgZ8Ai8Pyhc"
  },
  "jwt_secret": "WjMNIK0cddpCpOtzbKq1Fwp6fvCN5iGm",
  "api_keys": {
    "stripe": "sk_live_yhk2TL7UVXqCTadMhenbOMFf",
    "sendgrid": "SG.otGlvmcBB5vRjE20cJkLFK",
    "twilio_sid": "ACe5ce5c0323ba13794a5462d60c59f541"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}