{
  "name": "user-service",
  "version": "3.4.5",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "nr0TzSgaxVGsjwyQUkq0"
  },
  "jwt_secret": "2TyPNnLnA9tkNa7lt4CWLUAeX9IPQYDu",
  "api_keys": {
    "stripe": "sk_live_ACjRSYwIntrakRRMLzv7pBy5",
    "sendgrid": "SG.HLL4mcrJWBHRk3rnJV3ZPN",
    "twilio_sid": "AC89f103d4acb0d2d031ef19a28b76a141"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}