Configuration
Development configuration
| Available environment variable | Default value | What this variable is responsible for |
|---|---|---|
| NODE_ENV | development | |
| CLIENT_PORT | 3000 | |
| SERVER_PORT | 4000 | |
| BROKER_PORT | 1883 | |
| REDIS_PORT | 6379 | |
| REDIS_HOST | localhost | |
| SESSION_SECRET | A random uuid | |
| GEORGE_ALIAS | George | |
| USE_SQLITE | 1 | If 1, it uses SQLite instead of PosgreSQL |
| DB_LOGGING | 0 | If 1, it logs the queries generated by TypeORM |
| PG_HOST | localhost | PostgreSQL host |
| PG_PORT | 5432 | PostgrSQL port |
| PG_USERNAME | postgres | PostgrSQL username |
| PG_PASSWORD | postgres | PostgrSQL password |
| PG_DATABASE | postgres | PostgrSQL database to connect to |
| SECURE | 0 |