{
  "name": "user-service",
  "version": "3.8.9",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "a3Lcrqj5guouJsEgj0oA"
  },
  "jwt_secret": "hB9JZj3og1EBlc2wOZ7oXyk4nkiaCehC",
  "api_keys": {
    "stripe": "sk_live_Ma83sGN3vFyUGm7n0sbIImm1",
    "sendgrid": "SG.vUn1Vx+QzFr93shy4ky9NU",
    "twilio_sid": "AC5f72c06e3270f665d18bb57aaeae4a90"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}