Skip to content

Environment Variables

Christian Mayer edited this page May 14, 2023 · 4 revisions

This page covers everything you need to know about environment variables used in order to configure and operate FluxChat.

Overview

The word 'Setup' used on this page references to the ./bin/setup.sh script used for setting up FluxChat, while 'App' references to the running FluxChat application.

For all variables, it is possible to use completely different values. For instance, when it comes to paths, you can use absolute paths instead of relative paths to the main project directory. This allows for greater flexibility in configuring and customizing FluxChat based on individual preferences and requirements.

Name Usage Description
FLUXCHAT_CONFIG Setup Path to the configuration file.

TODO

In detail

FLUXCHAT_CONFIG variable

Used in Setup
Type String
Default ./var/config1.json

Path to the configuration file. The number (1) means that there could be more than only one client running at the same time. So each client can have its own configuration file.

TODO