From 91f7063887e90336f383470761da650d7996f397 Mon Sep 17 00:00:00 2001 From: Felix Hamme Date: Wed, 8 May 2019 13:31:50 +0200 Subject: [PATCH] Rename environment variable API_URL to TURNIERE_API_URL --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 71ffa80..bc76b7e 100644 --- a/next.config.js +++ b/next.config.js @@ -2,5 +2,5 @@ const withCSS = require('@zeit/next-css'); module.exports = withCSS(); module.exports.publicRuntimeConfig = { - api_url: process.env.API_URL + api_url: process.env.TURNIERE_API_URL };