Module atomic_server_lib::config
source · Expand description
Parse CLI options, setup on boot, read .env values
Structs§
- Configuration for the server. These values are set when the server initializes, and do not change while running. These are constructed from Opts, which in turn are constructed from CLI arguments and ENV variables.
- Store and share Atomic Data! Visit https://atomicdata.dev for more info. Pass no subcommands to launch the server. The
.envof your current directory will be read. - Start atomic-server, oi mate
Enums§
Functions§
- Creates the server config, reads .env values and sets defaults
- Parse .env and CLI options