Skip to content

Commit b81b565

Browse files
committed
Automated environment variables documentation generation (CI)
1 parent 801d47e commit b81b565

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ENVIRONMENT_VARIABLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ ARTIFACTS_DIRECTORY | artifacts | Wo
1919
SOURCE_DIRECTORY | source | |
2020
LOG_GROUP_START | ::group:: | Prefix to start a log group. Defaults to GitHub Actions log group start command. |
2121
LOG_GROUP_END | ::endgroup:: | Prefix to end a log group. Defaults to GitHub Actions log group end command. |
22+
DOMAINS_DIRECTORY | ${SCRIPTS_DIR}/../domains | |
2223
NEO4J_EDITION | community | Choose "community" or "enterprise" |
2324
NEO4J_VERSION | 2026.01.4 | |
2425
DATA_DIRECTORY | $( pwd -P )/data | Path where Neo4j writes its data to (outside tools dir) |
@@ -49,7 +50,6 @@ JQASSISTANT_CLI_ARTIFACT | jqassistant-commandline-neo4jv5 | |
4950
JQASSISTANT_CONFIG_TEMPLATE | template-neo4jv5-jqassistant-continue-on-error.yaml | |
5051
programmingLanguage | Java | Set to default value "Java" if not set since it is optional |
5152
VISUALIZATION_SCRIPTS_DIR | ${SCRIPTS_DIR}/visualization | Repository directory containing the shell scripts for visualization |
52-
DOMAINS_DIRECTORY | ${REPORTS_SCRIPT_DIR}/../../domains | |
5353
NEO4J_INITIAL_PASSWORD | | Neo4j login password that was set to replace the temporary initial password |
5454
TOOLS_DIRECTORY | tools | Get the tools directory (defaults to "tools") |
5555
TYPESCRIPT_SCAN_HEAP_MEMORY | 4096 | Heap memory in megabytes for Typescript scanning with (Node.js process). Defaults to 4096 MB. |

0 commit comments

Comments
 (0)