forked from cybrespace/mastodon
		
	Remove remnants of Neo4J
This commit is contained in:
		
							parent
							
								
									4495baf451
								
							
						
					
					
						commit
						b107a4820a
					
				
					 3 changed files with 0 additions and 6 deletions
				
			
		| 
						 | 
					@ -6,8 +6,6 @@ DB_USER=postgres
 | 
				
			||||||
DB_NAME=postgres
 | 
					DB_NAME=postgres
 | 
				
			||||||
DB_PASS=
 | 
					DB_PASS=
 | 
				
			||||||
DB_PORT=5432
 | 
					DB_PORT=5432
 | 
				
			||||||
NEO4J_HOST=neo4j
 | 
					 | 
				
			||||||
NEO4J_PORT=7474
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Federation
 | 
					# Federation
 | 
				
			||||||
LOCAL_DOMAIN=example.com
 | 
					LOCAL_DOMAIN=example.com
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,8 +11,6 @@ env:
 | 
				
			||||||
    - LOCAL_DOMAIN=cb6e6126.ngrok.io
 | 
					    - LOCAL_DOMAIN=cb6e6126.ngrok.io
 | 
				
			||||||
    - LOCAL_HTTPS=true
 | 
					    - LOCAL_HTTPS=true
 | 
				
			||||||
    - RAILS_ENV=test
 | 
					    - RAILS_ENV=test
 | 
				
			||||||
    - NEO4J_HOST=localhost
 | 
					 | 
				
			||||||
    - NEO4J_PORT=7575
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
addons:
 | 
					addons:
 | 
				
			||||||
  postgresql: 9.4
 | 
					  postgresql: 9.4
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -60,8 +60,6 @@ Consult the example configuration file, `.env.production.sample` for the full li
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- PostgreSQL
 | 
					- PostgreSQL
 | 
				
			||||||
- Redis
 | 
					- Redis
 | 
				
			||||||
- Neo4J (optional)
 | 
					 | 
				
			||||||
  - GraphAware NodeRank
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Running with Docker and Docker-Compose
 | 
					## Running with Docker and Docker-Compose
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue