Multi Line Runtime Config from Env
I am trying to load a certificate from runtime config.
It works fine locally (windows), but when i deploy it (dockerized) the runtime config value is set to empty string.
console.log({ config: useRuntimeConfig().pg })
local:
production:
It works fine locally (windows), but when i deploy it (dockerized) the runtime config value is set to empty string.
console.log({ config: useRuntimeConfig().pg })
local:
production:
