Rename environment variable API_URL to TURNIERE_API_URL

This commit is contained in:
Felix Hamme 2019-05-08 13:31:50 +02:00
parent e858200a7a
commit 91f7063887
1 changed files with 1 additions and 1 deletions

View File

@ -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
};