This commit is contained in:
parent
a169c111c2
commit
b437f7993d
@ -9,8 +9,8 @@ const nextConfig = {
|
||||
output: 'standalone',
|
||||
env: {
|
||||
customKey: 'my-value',
|
||||
PORT: env.process.PORT,
|
||||
HOSTNAME: env.process.HOSTNAME,
|
||||
PORT: process.env.PORT,
|
||||
HOSTNAME: process.env.HOSTNAME,
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user