mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-06 08:36:06 +02:00
feat(torrent): private_torrent_cms config default to true
This commit is contained in:
2
config/env/torrents.js
vendored
2
config/env/torrents.js
vendored
@@ -18,7 +18,7 @@ module.exports = {
|
||||
admin: 'admin@chd.im',
|
||||
base_url: 'http://chd.im:3000',
|
||||
client_black_list_url: 'http://chd.im:3000/client_black_list',
|
||||
private_torrent_cms: false
|
||||
private_torrent_cms: true
|
||||
},
|
||||
sign: {
|
||||
open_signin: true,
|
||||
|
||||
Reference in New Issue
Block a user