From 326518cbf967b7db2e0564f9bbe2bbeba6e3e67e Mon Sep 17 00:00:00 2001 From: JesusPerez Date: Mon, 10 Jan 2022 11:26:42 +0000 Subject: [PATCH] chore: add app/env files --- public/config.yaml | 35 +++++++++++++++++++++++++++++++++++ public/robots.txt | 2 ++ 2 files changed, 37 insertions(+) create mode 100644 public/config.yaml create mode 100644 public/robots.txt diff --git a/public/config.yaml b/public/config.yaml new file mode 100644 index 0000000..a4499f5 --- /dev/null +++ b/public/config.yaml @@ -0,0 +1,35 @@ +APPNAME: CVgen +ASSETS_PATH: /assets +MODEL_ID: cv +URLKEY: "?k=" +AUTH_URL: /auth/URLKEY +AUTH_SEPCHAR: ; +ALLOW_REGISTER: false +RESET_PASSWORD: true +AUTHKEY: auth +UUIDNONE: none +TKNLIMIT: 20 +isDevelmode: true +URLS: + root: http://localhost:8080 + #data: /assets/data + # DATA_URL: ${DATA_PATH}/dist/info.json + data: /getdata + send: /info +htmlAttrs: + bold: #itm-title + list: list-circle ml-5 + link: linkl + text: +dataSections: + - work_experience + - projects + - education + - teaching + - talks + - others +cv_model: + cv: + id: cv + title: CV + path: ~/cv.json diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..c2a49f4 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: /