mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-22 20:01:48 +01:00
doc(readme): update readme.md
This commit is contained in:
@@ -246,7 +246,7 @@ Finally, execute prod task `npm run start:prod`
|
||||
* enable/disable SSL mode in production environment change the `secure` option in `config/env/production.js`
|
||||
|
||||
## Getting Started With meanTorrent
|
||||
Before you to start the meanTorrent application, Please explore `config/env/torrent.js` for many environment configuration options, you can change all configuration items of you Caring,
|
||||
Before you to start the meanTorrent application, Please explore `config/env/comm-variable.js` and `config/env/torrent.js` for many environment configuration options, you can change all configuration items of you Caring,
|
||||
such as:
|
||||
|
||||
```javascript
|
||||
@@ -374,7 +374,7 @@ meanTorrent can backup mongo database into to a .tar files automatic at midnight
|
||||
if you want to disabled this feature, please set `enable` to `false`, `dir` is the saved path.
|
||||
|
||||
#### mail sender configure
|
||||
meanTorrent need send mail to user when restore password, send invitations etc. before send these mail, you need change the mail options in file `env/development.js` or `env/production.js`,
|
||||
meanTorrent need send mail to user when restore password, send invitations etc. before send these mail, you need change the mail options in file `env/comm-variable.js`,
|
||||
meanTorrent used module `nodemailer`, if you have any config question you can find at [nodemailer](https://nodemailer.com/about/).
|
||||
|
||||
```javascript
|
||||
|
||||
@@ -42,21 +42,21 @@
|
||||
</div>
|
||||
<div class="pay-info" ng-class="{'col-xs-7 col-sm-8 col-md-9': vm.user, 'no-left-border': !vm.user}">
|
||||
<div class="row">
|
||||
<!--<div class="col-sm-6 col-md-4 text-center">-->
|
||||
<!--<img class="img-thumbnail" src="/modules/vip/client/images/paypal.png" mt-scale-by-mouse="{scale: 1.2, duration: '.5s'}">-->
|
||||
<div class="col-sm-6 col-md-4 text-center">
|
||||
<img class="img-thumbnail" src="/modules/vip/client/images/paypal.png" mt-scale-by-mouse="{scale: 1.2, duration: '.5s'}">
|
||||
|
||||
<!--<p class="margin-top-15 pay-title">{{'VIP.PAYPAL_TITLE' | translate}}</p>-->
|
||||
<!--</div>-->
|
||||
<!--<div class="col-sm-6 col-md-4 text-center">-->
|
||||
<!--<img class="img-thumbnail" src="/modules/vip/client/images/alipay.png" mt-scale-by-mouse="{scale: 1.2, duration: '.5s'}">-->
|
||||
<p class="margin-top-15 pay-title">{{'VIP.PAYPAL_TITLE' | translate}}</p>
|
||||
</div>
|
||||
<div class="col-sm-6 col-md-4 text-center">
|
||||
<img class="img-thumbnail" src="/modules/vip/client/images/alipay.png" mt-scale-by-mouse="{scale: 1.2, duration: '.5s'}">
|
||||
|
||||
<!--<p class="margin-top-15 pay-title">{{'VIP.ALIPAY_TITLE' | translate}}</p>-->
|
||||
<!--</div>-->
|
||||
<!--<div class="col-sm-6 col-md-4 text-center">-->
|
||||
<!--<img class="img-thumbnail" src="/modules/vip/client/images/weixin.png" mt-scale-by-mouse="{scale: 1.2, duration: '.5s'}">-->
|
||||
<p class="margin-top-15 pay-title">{{'VIP.ALIPAY_TITLE' | translate}}</p>
|
||||
</div>
|
||||
<div class="col-sm-6 col-md-4 text-center">
|
||||
<img class="img-thumbnail" src="/modules/vip/client/images/weixin.png" mt-scale-by-mouse="{scale: 1.2, duration: '.5s'}">
|
||||
|
||||
<!--<p class="margin-top-15 pay-title">{{'VIP.WEIXIN_TITLE' | translate}}</p>-->
|
||||
<!--</div>-->
|
||||
<p class="margin-top-15 pay-title">{{'VIP.WEIXIN_TITLE' | translate}}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user