12345678910111213141516 |
- PUBLIC_PATH=/
- VUE_APP_API_PATH=http://localhost:6543
- 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">
- VUE_APP_FAVICON=<link rel="icon" href="./favicon.ico">
- VUE_APP_CONFIG_BRANDING_LOGO=/favicon.ico
- VUE_APP_CONFIG_BRANDING=med-fe
- VUE_APP_CONFIG_BREAKOUT=false
- VUE_APP_CONFIG_DEEPLINK=Alternate System Deeplink
- VUE_APP_CONFIG_MODE=search
- VUE_APP_CONFIG_READONLY=true
- VUE_APP_CONFIG_ENABLE_FOLLOWUP=false
- VUE_APP_CONFIG_ENABLE_INTAKE=false
- 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/"}]'
|