...
/Add Survey API URL to Environment Variable
Add Survey API URL to Environment Variable
Learn how to set up environment variables in Nuxt using the “runtimeConfig” API.
We'll cover the following...
Environment variables
In order to ensure the application uses the service unique to each environment, we need to ensure the survey API URL is passed to the application through environment variables. This ...