Configuration

Development configuration

Available environment variableDefault valueWhat this variable is responsible for
NODE_ENVdevelopment
CLIENT_PORT3000
SERVER_PORT4000
BROKER_PORT1883
REDIS_PORT6379
REDIS_HOSTlocalhost
SESSION_SECRETA random uuid
GEORGE_ALIASGeorge
USE_SQLITE1If 1, it uses SQLite instead of PosgreSQL
DB_LOGGING0If 1, it logs the queries generated by TypeORM
PG_HOSTlocalhostPostgreSQL host
PG_PORT5432PostgrSQL port
PG_USERNAMEpostgresPostgrSQL username
PG_PASSWORDpostgresPostgrSQL password
PG_DATABASEpostgresPostgrSQL database to connect to
SECURE0