Skip to content

kwarnkham/trontrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. delete pictures from google bucket except logo
  2. admin api
  3. test with the mainnet
  4. records network api calls
  5. retry once again after failed
  6. notify admin if retry failed and ban the account
  7. look for tron specific api

App start checklist

  1. visit the deployed url

ENV checklist

  1. APP_ENV=staging/production
  2. APP_URL=deployed domain url
  3. CLIENT_URL=deployed domain url
  4. NODE_URL=http://localhost:{deployed port} [disable request to this port except for localhost/127.0.0.1]
  5. NOTICE_EMAIL=[email protected]
  6. DB_DATABASE
  7. DB_USERNAME
  8. DB_PASSWORD
  9. GOOGLE_BUCKET_NAME=new google bucket name
  10. REDIS_PASSWORD=
  11. MAIL_MAILER=smtp
  12. MAIL_HOST=smtp.googlemail.com
  13. MAIL_PORT=465
  14. MAIL_USERNAME=support@my-trade
  15. MAIL_PASSWORD=bidulhmcahezombb
  16. MAIL_ENCRYPTION=ssl
  17. MAIL_FROM_ADDRESS=[email protected]
  18. MAIL_FROM_NAME="${APP_NAME}"

If it's production env run php artisan key:generate right afer setting up env file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages