Configuration
π§ Configure using the Wizard
The most straight forward way of creating a new server configuration is using the command vnode new which allows you to configure the most basic settings.

By default the node configuration file is stored at user level, which isolates this configuration from other users. In case you want this configuration to be available for all users, simply add the --system flag (make sure you have sufficient rights to do this).
π©βπ¬ Configure using a custom YAML file
The configuration wizard outputs a YAML file which can be loaded into VANTAGE6. It is also possible to create this file yourself, to see Configuration File Structure or an example on our github page. This file can be stored (and referred to) at any location at the machine, although it recommended to use either the VANTAGE6 system or user folder. These folders are different per operating system.
Operating System
System-folder
User-folder
Windows
C:\ProgramData\vantage\node
C:\Users\<user>\AppData\Local\vantage\node
MacOS
Linux
/home/<user>/.config/vantage/node/
ποΈ Configuration File Structure
Each node instance (configuration) can have multiple environments. If you do not want to specify any environment you should only specify the application key. In the case you do want to use environments you can specify this in environments which allows up to four environments: dev, test,acc, and prod . It should have the following structure:
Last updated
Was this helpful?