proper setup #51
-
Hi @stephenasuncionDEV I wanted to get your help if possible. I'm really dumb and I can't figure out how to setup the following for NFThost:
Bro please help me out I'm trying to understand how I can deploy the frontend and backend on localhost with proper variables and configuration |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@wordpress-is-not-a-backend-my-dude You can set it up like the following: ENCRYPT_KEY= could be any hash string ACCESS_TOKEN_SECRET= could be any hash string |
Beta Was this translation helpful? Give feedback.
-
hi , i try website in my phone , but looks like not connect to my metamask in phone , is there something im missing ??? i purchase the premium package . but the same issue . anyone help please ??? |
Beta Was this translation helpful? Give feedback.
-
Hi @wordpress-is-not-a-backend-my-dude , I'm trying to deploy this project, but always fail. Have you success ? Thx a lot. |
Beta Was this translation helpful? Give feedback.
@wordpress-is-not-a-backend-my-dude
You can set it up like the following:
ENCRYPT_KEY= could be any hash string
CREATE_WEBSITE_TOKEN= to generate, check the commented out code here: https://github.com/stephenasuncionDEV/nfthost-backend/blob/main/index.js
ACCESS_TOKEN_SECRET= could be any hash string
REFRESH_TOKEN_SECRET= could be any hash string
THIRDPARTY_TOKEN_SECRET= could be any hash string