This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#280
from TazeTSchnitzel/purge_neo4j
Remove remnants of Neo4J
master
Eugen
8 years ago
committed by
GitHub
parent
dda9ac9222
b107a4820a
commit
4986c727d9
3 changed files
with
0 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
.env.production.sample
+0
-2
.travis.yml
+0
-2
README.md
+ 0
- 2
.env.production.sample
View File
@ -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
+ 0
- 2
.travis.yml
View File
@ -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
+ 0
- 2
README.md
View File
@ -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
Write
Preview
Loading…
Cancel
Save