Jakob Ackermann 6b084424b5 [monorepo] fix running make lint from root (#33559) před 1 měsícem
..
.nvmrc 1a7de4ddd8 Upgrades Node.js from 24.13.0 → 24.14.1 (#32498) před 4 měsíci
LICENSE 9c0dbbc5c8 Remove CoffeeScript před 5 roky
Makefile 6b084424b5 [monorepo] fix running make lint from root (#33559) před 1 měsícem
README.md a648015db8 Centralize prettier configuration to root level (#30501) před 6 měsíci
Settings.js 7035a2e025 Revert "Acf pnp migration master" (#34709) před 1 měsícem
buildscript.txt 6b084424b5 [monorepo] fix running make lint from root (#33559) před 1 měsícem
index.js 4de9c98d2f Merge pull request #6132 from overleaf/jpa-settings-linting před 4 roky
merge.js 4de9c98d2f Merge pull request #6132 from overleaf/jpa-settings-linting před 4 roky
package.json 7035a2e025 Revert "Acf pnp migration master" (#34709) před 1 měsícem
tsconfig.json a648015db8 Centralize prettier configuration to root level (#30501) před 6 měsíci

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.