turniere-frontend/next.config.js

4 lines
84 B
JavaScript

module.exports.publicRuntimeConfig = {
api_url: process.env.TURNIERE_API_URL
};