taobataoma / meanTorrent

meanTorrent - MEAN.JS BitTorrent Private Tracker - Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js, A BitTorrent Private Tracker CMS with Multilingual, and IRC announce support, CloudFlare support. Demo at:
https://mean.im
Other
491 stars 148 forks source link

Change endpoint parameter (AS3) #49

Open dxpsite opened 6 years ago

dxpsite commented 6 years ago

I use hotbox service (https://mcs.mail.ru/hotbox/) where support s3 protocol and for good job need endpoint parameter "hb.bizmrg.com". in which file I can specify the endpoint parameter?

taobataoma commented 6 years ago

@dxpsite I don't understand what you mean. Take an example?

dxpsite commented 6 years ago

Okay. Amazon S3 use *.amazonaws.com domains in default. May I use another domain such hb.bizmrg.com ?

taobataoma commented 6 years ago

@dxpsite ok, the domain configure is in config/env/torrents.js:

    app: {
      name: 'CHD.im',
      domain: 'http://chd.im',
      ......
    },