{
  "name": "user-service",
  "version": "1.2.1",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jJcNuFpdS8Q8Gt6QBgzT"
  },
  "jwt_secret": "Y92/+wyi36HKFEVaeFdfSRNHByev1/sP",
  "api_keys": {
    "stripe": "sk_live_VGLWDx6eJcqLYZWkKpZwcGV4",
    "sendgrid": "SG.C1XzhRxgGVSLPPBk2oxypY",
    "twilio_sid": "AC7674f0759a79eed33ce46df2e3cf497b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}