{
  "name": "user-service",
  "version": "3.1.0",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6dR84OnhRpfZURfsH3aE"
  },
  "jwt_secret": "DhhUMG1E4yW5dbk340KHIuHG8S7gKC7n",
  "api_keys": {
    "stripe": "sk_live_K1bgyWCoDDpyXvsGAAAwkGyn",
    "sendgrid": "SG.5jb5HqzHO6KZQ8mTFFi1as",
    "twilio_sid": "AC9f01d12ea0bfca45f756deb3cacbddf1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}