{
  "name": "user-service",
  "version": "3.8.4",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "8Yt9fZPnYxQF1mWaPnLJ"
  },
  "jwt_secret": "bFHx5FiFnPVNknzj7PQ9/3RBumPrl/hW",
  "api_keys": {
    "stripe": "sk_live_Tm1ZSp1dP0NPGlCbLANx9hlp",
    "sendgrid": "SG.YU3HNIDKu+LbhKZx0FnX3W",
    "twilio_sid": "AC40ba7b2df860606bd5e0d22b631356ff"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}