Skip to content

Commit

Permalink
Merge pull request #3 from neo4j-labs/dev
Browse files Browse the repository at this point in the history
Logging and Parallel Runtime Support
  • Loading branch information
snehalmaidneo authored Oct 2, 2024
2 parents fdc658f + 306e102 commit df83156
Show file tree
Hide file tree
Showing 26 changed files with 4,331 additions and 3,388 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,13 @@ engine-api/node_modules/
ui/.env
ui/node_modules/

#testing folders
/test/
/testing/

#logs folders
/logs/

#license
enterprise-license.lic

6 changes: 6 additions & 0 deletions admin-api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ GRAPHQL_LISTEN_PORT=4000

LICENSE_FILE=./../license.lic

#set these values based on your logging preference
LOGS_DIR=./../logs
LOG_LEVEL=info
LOG_MAX_SIZE=20m
LOG_RETENTION_PERIOD=14d

# add the engine-api key and the url for engine-api graphql server
ENGINE_API_APIKEY=LZmIbId7He4dh0hH7ZUVKz5A
ENGINE_API_URI=http://localhost:4001/graphql
Expand Down
Loading

0 comments on commit df83156

Please sign in to comment.