Skip to content

Commit

Permalink
Merge branch 'staging' into ga-sort
Browse files Browse the repository at this point in the history
  • Loading branch information
john681611 authored Oct 11, 2023
2 parents 1043356 + e533bf6 commit a649b4e
Show file tree
Hide file tree
Showing 5 changed files with 296 additions and 264 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Vagrantfile

## act secrets
.secrets/
.env

### conventions ###
venv/
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ Alternatively, you can use the dockerfile with
Some features like Gap Analysis require a neo4j DB running you can start this with
<pre>make docker-neo4j</pre>
enviroment varaibles for app to connect to neo4jDB (default):
- NEO4J_URI (localhost)
- NEO4J_USR (neo4j)
- NEO4J_PASS (password)
- NEO4J_BOLT_URL (bolt://neo4j:password@localhost:7687)

To run the web application for production you need gunicorn and you can run from within the cre_sync dir
<pre>make prod-run</pre>
Expand Down
Loading

0 comments on commit a649b4e

Please sign in to comment.