This commit is contained in:
@@ -179,6 +179,8 @@ cp .env.example .env
|
||||
|
||||
Edit `.env` and replace `LINKLOG_SECRET_KEY` with a long random value. Docker Compose automatically reads `.env` from the repository root. The committed `.env.example` contains safe defaults and placeholders; the real `.env` is ignored by Git.
|
||||
|
||||
When `APP_ENV=production`, application startup fails closed unless `LINKLOG_SECRET_KEY` is a non-default high-entropy value of at least 32 characters and `LINKLOG_DATA_ENCRYPTION_KEY` is a valid Fernet key. Development mode may use local defaults, but production secrets should come from a protected secret mechanism.
|
||||
|
||||
The main configurable values are:
|
||||
|
||||
| Variable | Purpose | Default |
|
||||
|
||||
Reference in New Issue
Block a user