Next.js Discord

Discord Forum

How to deploy application for testing on FTP server

Unanswered
Arctic Tern posted this in #help-forum
Open in Discord
Arctic TernOP
I want to deploy my NextJS application on FTP for testing. I have to change all my local host urls to my testing url. How can I do it?

2 Replies

Donskoy
how about use .env
and development.json and production.json
Arctic TernOP
why so?