Update with-universal-configuration example
See original GitHub issueFeature request
Is your feature request related to a problem? Please describe.
It is confusing for new users to get environment variables set up because there are examples that do not work, and there is an officially supported way of doing environment variables now
https://github.com/zeit/next.js#exposing-configuration-to-the-server--client-side
Describe the solution you’d like
Remove with-universal-configuration
from the repo
Describe alternatives you’ve considered
Open to keeping them if someone shows a unique use case.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Update with-universal-configuration example #4498 - GitHub
Open to keeping them if someone shows a unique use case. The text was updated successfully, but these errors were encountered: ...
Read more >Update Configuration Properties - Software AG Documentation
Updates the configuration properties for a specific configuration property group. For information about the configuration properties that the Universal ...
Read more >Configure the universal forwarder using configuration files
1. Determine what data you want to collect. 2. From a shell or command prompt on the forwarder, run the command that enables...
Read more >Micro Focus Universal Configuration Management Database
An integration between Micro Focus Universal CMDB (UCMDB) and Service Manager enables you to share information about the actual state of a configuration...
Read more >Automatically apply VM configuration updates in a MIG
Use the minReadySec option to specify the amount of time to wait before considering a new or restarted instance as updated. Use this...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@davcro cool 👍 thanks!
It actually serves 2 use cases:
with-universal-configuration
- shows build time transpilation of environment variables. Should probably be renamed towith-universal-configuration-build-time
with-universal-configuration-runtime
- should show thepublicRuntimeConfig
implementation. This means that environment variables can be set at runtime, but also means they have to be sent in the pre-rendered document so they have a very small cost