chore: rename remaining subfeed references to siftlode
Replace the leftover 'subfeed' name across logger names + log_config, frontend localStorage keys, Postgres user/db/volume defaults in the compose files, .env.example, config.py, backup/restore scripts and the README. Pure rename; no behavioural change. localStorage keys move from subfeed.* to siftlode.* (one-time UI-state reset is acceptable).
This commit is contained in:
parent
f13e51fdc8
commit
ebcb5144b6
31 changed files with 67 additions and 67 deletions
|
|
@ -90,7 +90,7 @@ sync.
|
|||
depend on a refresh token (which expires after 7 days while the OAuth screen is in *Testing*).
|
||||
|
||||
- **Local dev** (`docker-compose.localdev.yml`): webapp only, no local DB, no scheduler. In `.env`
|
||||
set `DATABASE_URL` to the central DB (e.g. `…@your-db-host:5432/subfeed`), then
|
||||
set `DATABASE_URL` to the central DB (e.g. `…@your-db-host:5432/siftlode`), then
|
||||
`docker compose -f docker-compose.localdev.yml up --build` and browse http://localhost:8080.
|
||||
|
||||
**Exactly one instance may run the scheduler.** The server keeps `SCHEDULER_ENABLED=true`; every
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue