By default, the configuration file name is dnetcoin.conf and it is located in the DNetcoin data directory, but both the DNetcoin data directory and the configuration file path may be changed using the -datadir and -conf command-line options.
| System | Data Directory |
|---|---|
| Windows | %APPDATA%\DNetcoin\(C:\Users\yourname\AppData) |
| Linux | $HOME/.dnetcoin/(~/.dnetcoin/) |
| macOS | $HOME/Library/Application Support/DNetcoin/ |
Note: %APPDATA% is usually C:\Users\yourname\AppData
A DNetcoin data folder would be structured like this:
.dnetcoin
├── dnetcoin.conf
├── peers.dat
├── blocks/
├── ...
└── testnetX/
│ ├── dnetcoin.conf
│ ├── peers.dat
│ └── ...
└── apps/
├── readme.md
├── vlan/
│ └── vlan.pid
│ └── vlan.conf
│ └── vlan.log
│ └── hosts/
│ └────── node1
│ └────── node2
│ └────── ...
│ └────── proxy1
└── app2/
│ └── ...
│ └── ...
└── app3/
└── ...
└── ...Contains information about which plugins are installed in your project.
/testnetX directoryThe default configuration and data files for testnet.
The setting for each App.
Global styles, images, fonts and icons are usually added to a src/assets directory.
Components that you want to use in several pages or templates can be stored
in a src/components directory.
Data files like .json or .yaml that you want to import into your components, can be stored in a src/data directory.