Skip to content

Configuration

Here is a list of all the keys in the config with their meaning:

data/config.json

Entry nameDescription
maindomainThis is the main domain, if a domain is not set in the config it falls back to this.
uploadkeylengthThe length of characters that are in the upload key.
nodeserverportThe port for the server.
maxSizePerFileMBThe maximum size per file in megabytes.
discordInviteURLThe URL for the Discord invite endpoint. (maindomain.example/discord is going to redirect the user to the URL given here)

.env File

Here is a list of all the keys in the .env file with their meaning:

Entry nameDescription
DB_HOSTThe database host IP.
DB_USERThe database user.
DB_PASSWORDThe database password.
DB_NAMEThe database name. (default: screenie)

Changelog