Skip to content

Commit

Permalink
Skip deprecation (#53)
Browse files Browse the repository at this point in the history
* add env to SKIP_DEPRECATION

* replace SKIP_DEPRECATION with ALWAYS_LATEST env

* updating docs for is latest

---------

Co-authored-by: Fadl <[email protected]>
  • Loading branch information
himynamesdave and fqrious authored Jan 7, 2025
1 parent 235850a commit f875c71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
ARANGODB_HOST=
ARANGODB_PORT=
ARANGODB_USERNAME=
ARANGODB_PASSWORD=
ARANGODB_PASSWORD=
##IS LATEST
ALWAYS_LATEST=
7 changes: 6 additions & 1 deletion .env.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ If you're new to ArangoDB, [you can install the community edition quickly by fol
* `ARANGODB_USERNAME`: `root`
* default root user above
* `ARANGODB_PASSWORD`: USE PASSWORD OF ARANGODB_USERNAME
* default for `root` is blank (but depends on install method)
* default for `root` is blank (but depends on install method)

## stix2arango setting

* `ALWAYS_LATEST`: leave this blank, unless you know what you're doing
* setting this to `1` will skip the checking of `_is_latest` objects. It will speed up the import but only do this if you know the bundle you are importing does not contain updated objects. Else you will end up with many copies of the same object showing as the latest.

0 comments on commit f875c71

Please sign in to comment.