{
  "name": "user-service",
  "version": "1.1.1",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "HqeEOx64BLnaEM19RBF0"
  },
  "jwt_secret": "bPvExAhBZrAk5Tudey7FZASNjcYx/nD6",
  "api_keys": {
    "stripe": "sk_live_mhBGwG9NT5drGgC8t6JppAJO",
    "sendgrid": "SG.bnYDh9z0420XWn8dIyCM8A",
    "twilio_sid": "AC8fcdf0a132cce53e1d5af56b8922c466"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}