Set default link config values
This commit is contained in:
parent
5a343c7eb9
commit
ea51cf6ef1
1 changed files with 4 additions and 4 deletions
|
|
@ -2,10 +2,10 @@
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
publicRuntimeConfig: {
|
publicRuntimeConfig: {
|
||||||
linkURL: process.env.LINK_URL,
|
linkURL: process.env.LINK_URL ?? "http://localhost:3000",
|
||||||
leafcutterURL: process.env.LEAFCUTTER_URL,
|
leafcutterURL: process.env.LEAFCUTTER_URL ?? "http://localhost:3001",
|
||||||
metamigoURL: process.env.METAMIGO_URL,
|
metamigoURL: process.env.METAMIGO_URL ?? "http://localhost:3002",
|
||||||
muiLicenseKey: process.env.MUI_LICENSE_KEY,
|
muiLicenseKey: process.env.MUI_LICENSE_KEY ?? "",
|
||||||
},
|
},
|
||||||
async rewrites() {
|
async rewrites() {
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue