This guide will help you to set up the server step by step.
Before you proceed, make sure you have Go SDK version 1.22.2 installed. Refer to the online Go documentation if you need help with this step.
Additionally, you will need permission to create and work with environment variables on your system.
This section describes the environment variables that need to be set up for the server to function correctly.
Variable can be either come from a config.toml
file or from environment
[variables]
PORT = 3000
SHAREPATH = "/path/to/share"