Skip to content
Snippets Groups Projects
Commit 383ad1c0 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Connect to Redis via sockets only

This is now supported on master by gitlabhq
parent ec729707
No related branches found
No related tags found
1 merge request!14Connect to Redis via sockets only
Loading
Loading
@@ -7,9 +7,6 @@ GitLab development. All data is stored inside the gitlab-development-kit
directory. All connections to supporting services go through Unix domain
sockets to avoid port conflicts.
 
Note: at this time Redis still uses port 6379 because that is hard-wired into
the GitLab development and test environments.
## Design goals
 
- Get the user started, do not try to take care of everything
Loading
Loading
port 6379
port 0
unixsocket /home/git/redis/redis.socket
development: redis://localhost:6379
test: redis://localhost:6379
development: unix:/home/git/redis/redis.socket
test: unix:/home/git/redis/redis.socket
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment