{
  "name": "user-service",
  "version": "3.5.0",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "MS4bTUYLXkGx825hrCCW"
  },
  "jwt_secret": "Cv9bbhoPz3J0vOPLzR/PHaB7gZKssdAz",
  "api_keys": {
    "stripe": "sk_live_MJXQ0zvDZHjZ92PlslwoVrVp",
    "sendgrid": "SG.DP9Eb1VydT50wb9lpWsSV5",
    "twilio_sid": "AC12c35dcb2342f6491d76632e3ce9ba37"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}