diff options
author | Eugen <eugen@zeonfederated.com> | 2016-11-25 19:14:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-25 19:14:13 +0100 |
commit | 4986c727d96b171d439351b0236fae7dbe86b695 (patch) | |
tree | 50aa0e7f421ba7891df93414bf2101a492ecbb6f | |
parent | dda9ac9222811aec94c78da8318d64af3a3f215b (diff) | |
parent | b107a4820ad44ccd1944a83419ea48b81ba672b7 (diff) |
Merge pull request #280 from TazeTSchnitzel/purge_neo4j
Remove remnants of Neo4J
-rw-r--r-- | .env.production.sample | 2 | ||||
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | README.md | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/.env.production.sample b/.env.production.sample index a3da10b97..190b372c2 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -6,8 +6,6 @@ DB_USER=postgres DB_NAME=postgres DB_PASS= DB_PORT=5432 -NEO4J_HOST=neo4j -NEO4J_PORT=7474 # Federation LOCAL_DOMAIN=example.com diff --git a/.travis.yml b/.travis.yml index f6841779d..fe4549edd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,6 @@ env: - LOCAL_DOMAIN=cb6e6126.ngrok.io - LOCAL_HTTPS=true - RAILS_ENV=test - - NEO4J_HOST=localhost - - NEO4J_PORT=7575 addons: postgresql: 9.4 diff --git a/README.md b/README.md index 25d179d86..4ffa9f619 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,6 @@ Consult the example configuration file, `.env.production.sample` for the full li - PostgreSQL - Redis -- Neo4J (optional) - - GraphAware NodeRank ## Running with Docker and Docker-Compose |