{
  "name": "user-service",
  "version": "3.3.3",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "su6gsHnjfvE4K4QYTTWV"
  },
  "jwt_secret": "qbRh1z5a7ioBx9BZ8X5k8f6Y/GhkfLN5",
  "api_keys": {
    "stripe": "sk_live_PSBifLynKcxrhw95i1X1oYWk",
    "sendgrid": "SG.LohaalcrUMumK+Uvy6/XiP",
    "twilio_sid": "AC42d74eff2cb285937c382c8f2f356fcc"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}