Rename environment variable API_URL to TURNIERE_API_URL
This commit is contained in:
parent
e858200a7a
commit
91f7063887
|
|
@ -2,5 +2,5 @@
|
||||||
const withCSS = require('@zeit/next-css');
|
const withCSS = require('@zeit/next-css');
|
||||||
module.exports = withCSS();
|
module.exports = withCSS();
|
||||||
module.exports.publicRuntimeConfig = {
|
module.exports.publicRuntimeConfig = {
|
||||||
api_url: process.env.API_URL
|
api_url: process.env.TURNIERE_API_URL
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue