-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.env.public
28 lines (20 loc) · 987 Bytes
/
.env.public
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This file is public in git. No sensitive info allowed.
###### schema definition variables, used by makefile
LINKML_SCHEMA_NAME="bdchm"
LINKML_SCHEMA_AUTHOR="Brian Furner <[email protected]>"
LINKML_SCHEMA_DESCRIPTION="This is the project description."
LINKML_SCHEMA_SOURCE_PATH="src/bdchm/schema/bdchm.yaml"
LINKML_SCHEMA_GOOGLE_SHEET_ID=""
LINKML_SCHEMA_GOOGLE_SHEET_TABS=""
###### linkml generator variables, used by makefile
## gen-project configuration file
LINKML_GENERATORS_CONFIG_YAML= --config-file config.yaml
## pass args if gendoc ignores config.yaml (i.e. --no-mergeimports)
# LINKML_GENERATORS_DOC_ARGS= --diagram-type plantuml_class_diagram
LINKML_GENERATORS_DOC_ARGS=
## pass args to workaround genowl rdfs config bug (linkml#1453)
## (i.e. --no-type-objects --no-metaclasses --metadata-profile rdfs)
LINKML_GENERATORS_OWL_ARGS=
## pass args to trigger experimental java/typescript generation
LINKML_GENERATORS_JAVA_ARGS=
LINKML_GENERATORS_TYPESCRIPT_ARGS=