chore: add app/env files
This commit is contained in:
parent
2d57f736a6
commit
326518cbf9
35
public/config.yaml
Normal file
35
public/config.yaml
Normal file
@ -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
|
2
public/robots.txt
Normal file
2
public/robots.txt
Normal file
@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Allow: /
|
Loading…
Reference in New Issue
Block a user