Anna Claire Fields 1a7de4ddd8 Upgrades Node.js from 24.13.0 → 24.14.1 (#32498) 4 meses atrás
..
.nvmrc 1a7de4ddd8 Upgrades Node.js from 24.13.0 → 24.14.1 (#32498) 4 meses atrás
LICENSE 9c0dbbc5c8 Remove CoffeeScript 5 anos atrás
README.md a648015db8 Centralize prettier configuration to root level (#30501) 6 meses atrás
Settings.js 6113c6c291 Enable TS `noImplicitAny` in `web` (#31636) 4 meses atrás
buildscript.txt 1a7de4ddd8 Upgrades Node.js from 24.13.0 → 24.14.1 (#32498) 4 meses atrás
index.js 4de9c98d2f Merge pull request #6132 from overleaf/jpa-settings-linting 4 anos atrás
merge.js 4de9c98d2f Merge pull request #6132 from overleaf/jpa-settings-linting 4 anos atrás
package.json fd647002f5 [monorepo] enable caching for eslint and prettier (#30967) 6 meses atrás
tsconfig.json a648015db8 Centralize prettier configuration to root level (#30501) 6 meses atrás

README.md

@overleaf/settings

A small module to allow global config settings to be set for all services within the Overleaf architecture.

Settings file location

You can specify a custom location for the settings file by setting the OVERLEAF_CONFIG environment variable. E.g.

$ export OVERLEAF_CONFIG=/home/james/config/settings.development.js

Otherwise, the settings will be loaded from config/settings.NODE_ENV.js, where NODE_ENV is another environment variable, or defaults to development.

The config directory is first looked for in the current directory, and then relative to the settings module directory.