You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Host address should be removed to .env.local for security. Just a nitpick, but it is good to practice correctly.
Something like ${process.env.HOST}
should be used in the string fields of the .tsx files and HOST=http://xxx.xxx.xxx.xxx:8090
in the .env.local file.
The text was updated successfully, but these errors were encountered:
Host address should be removed to .env.local for security. Just a nitpick, but it is good to practice correctly.
Something like
${process.env.HOST}
should be used in the string fields of the .tsx files and
HOST=http://xxx.xxx.xxx.xxx:8090
in the .env.local file.
The text was updated successfully, but these errors were encountered: