Translated page Contents of this page might be outdated.
Runtime config properties
Runtime config allows passing dynamic config and environment variables to the nuxt context. For more information of usage, please see runtime config guide
publicRuntimeConfig
-
Type:
Object
Value of this object is accessible from both client and server using $config
.
privateRuntimeConfig
-
Type:
Object
Value of this object is accessible from server only using $config
. Overrides publicRuntimeConfig
for server.
Edit this page on GitHub
Updated at Sun, Oct 24, 2021