We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70906b commit 9ecf662Copy full SHA for 9ecf662
1 file changed
docs/pro/node-renderer.md
@@ -65,7 +65,7 @@ Configure Rails to use the Node Renderer:
65
ReactOnRailsPro.configure do |config|
66
config.server_renderer = "NodeRenderer"
67
config.renderer_url = ENV["REACT_RENDERER_URL"] || "http://localhost:3800"
68
- config.renderer_password = ENV["RENDERER_PASSWORD"] || "changeme"
+ config.renderer_password = ENV.fetch("RENDERER_PASSWORD")
69
end
70
```
71
0 commit comments