- delete pictures from google bucket except logo
- admin api
- test with the mainnet
- records network api calls
- retry once again after failed
- notify admin if retry failed and ban the account
- look for tron specific api
- visit the deployed url
- APP_ENV=staging/production
- APP_URL=deployed domain url
- CLIENT_URL=deployed domain url
- NODE_URL=http://localhost:{deployed port} [disable request to this port except for localhost/127.0.0.1]
- NOTICE_EMAIL=[email protected]
- DB_DATABASE
- DB_USERNAME
- DB_PASSWORD
- GOOGLE_BUCKET_NAME=new google bucket name
- REDIS_PASSWORD=
- MAIL_MAILER=smtp
- MAIL_HOST=smtp.googlemail.com
- MAIL_PORT=465
- MAIL_USERNAME=support@my-trade
- MAIL_PASSWORD=bidulhmcahezombb
- MAIL_ENCRYPTION=ssl
- MAIL_FROM_ADDRESS=[email protected]
- MAIL_FROM_NAME="${APP_NAME}"