|
|
@ -1,5 +1,5 @@ |
|
|
|
# Seeker socket path |
|
|
|
IPC_SOCKET_PATH = /tmp/seeker.sock |
|
|
|
IPC_SOCKET_PATH = /var/autoplex/ipc/seeker.sock |
|
|
|
|
|
|
|
# Database ----------------------------------------------------------------------------------------- |
|
|
|
|
|
|
@ -11,4 +11,4 @@ DB_PASSWORD_FILE = /run/secrets/mysql_root_password |
|
|
|
DB_DATABASE = autoplex_request |
|
|
|
|
|
|
|
# Torrent client IPC socket path |
|
|
|
TORRENT_CLIENT_IPC_SOCKET = /tmp/torrent_client.sock |
|
|
|
TORRENT_CLIENT_IPC_SOCKET = /var/autoplex/ipc/torrent_client.sock |