Deployment variables

Hello, I’m new to Kotlin/JS and was wondering what the best way to configure per environment variables? The url for my API calls is going to be different between local development and when the app is deployed. Seems like dotenv isn’t an option since the React app becomes a static site.

Just wondering what people are doing for this.

Thanks!

1 Like