|
|
@ -29,10 +29,10 @@ DB_DATABASE = autoplex_request |
|
|
|
# Interfaces --------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
# Seeker IPC socket path |
|
|
|
SEEKER_IPC_SOCKET = /tmp/seeker.sock |
|
|
|
SEEKER_IPC_SOCKET = /var/autoplex/ipc/seeker.sock |
|
|
|
|
|
|
|
# Torrent client IPC socket path |
|
|
|
TORRENT_CLIENT_IPC_SOCKET = /tmp/torrent_client.sock |
|
|
|
TORRENT_CLIENT_IPC_SOCKET = /var/autoplex/ipc/torrent_client.sock |
|
|
|
|
|
|
|
# Web server port |
|
|
|
WEBSERVER_PORT = 3200 |