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

Run Redis on port 6379

I would rather use a socket to avoid port conflicts, but the GitLab
Rails app ignores the config/resque.yml file when running in the
development or test environment.
parent 2ddc7223
No related branches found
No related tags found
No related merge requests found
port 0
port 6379
unixsocket /home/git/redis/redis.socket
development: unix:/home/git/redis/redis.socket
test: unix:/home/git/redis/redis.socket
development: redis://localhost:6379
test: redis://localhost:6379
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