{
  "name": "user-service",
  "version": "3.2.4",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "aMqGd3ncbE6w8COFdGZF"
  },
  "jwt_secret": "ZuzJWcotxKoBQYv/SmKobnxuPkO78+Dz",
  "api_keys": {
    "stripe": "sk_live_cvGtbn4IC9Q5S2IZ8esJ5faM",
    "sendgrid": "SG.Vq3AdgQZb/zcvksVfiJRze",
    "twilio_sid": "AC34228e47e04a3e23a5fa6c1528d932e2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}