{
  "name": "user-service",
  "version": "2.9.12",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "QVHkef0rcJbWwCBg2jT7"
  },
  "jwt_secret": "k2L550AicUoZ8X2AsT4VbRfDpaaJyArS",
  "api_keys": {
    "stripe": "sk_live_sa8wWdY5NVGldIbsG85pmU16",
    "sendgrid": "SG.YTQbbmD0vRpdfOM2fc4vBQ",
    "twilio_sid": "ACefe1c32c6e912c7825b60aaa5fe3fa49"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}