.env 920 B

12345678910111213141516
  1. PUBLIC_PATH=/
  2. VUE_APP_API_PATH=http://localhost:6543
  3. VUE_APP_CDN_BLOB=<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
  4. VUE_APP_FAVICON=<link rel="icon" href="./favicon.ico">
  5. VUE_APP_CONFIG_BRANDING_LOGO=/favicon.ico
  6. VUE_APP_CONFIG_BRANDING=med-fe
  7. VUE_APP_CONFIG_BREAKOUT=false
  8. VUE_APP_CONFIG_DEEPLINK=Alternate System Deeplink
  9. VUE_APP_CONFIG_MODE=search
  10. VUE_APP_CONFIG_READONLY=true
  11. VUE_APP_CONFIG_ENABLE_FOLLOWUP=false
  12. VUE_APP_CONFIG_ENABLE_INTAKE=false
  13. VUE_APP_LINKS='[{"key":"GNU Affero General Public License v3","val":"https://www.gnu.org/licenses/agpl-3.0.html"},{"key":"Python","val":"https://www.python.org/"},{"key":"Pyramid","val":"https://trypyramid.com/"},{"key":"npm","val":"https://www.npmjs.com/"},{"key":"Vuejs","val":"https://vuejs.org/"}]'