mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
16 lines
281 B
Plaintext
16 lines
281 B
Plaintext
|
nodejs_conf = nodejs_init
|
||
|
|
||
|
[nodejs_init]
|
||
|
providers = provider_sect
|
||
|
|
||
|
# List of providers to load
|
||
|
[provider_sect]
|
||
|
default = default_sect
|
||
|
legacy = legacy_sect
|
||
|
|
||
|
[default_sect]
|
||
|
activate = 1
|
||
|
|
||
|
[legacy_sect]
|
||
|
# 'activate' line intentionally omitted -- legacy provider should not be loaded.
|