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
7cc54d02b7
commit
1ec89c8fbe
29 changed files with 55 additions and 55 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# ---- Copy this file to .env and fill in the values ----
|
||||
|
||||
# Postgres (used by docker-compose for the db service and the DATABASE_URL)
|
||||
POSTGRES_USER=subfeed
|
||||
POSTGRES_USER=siftlode
|
||||
POSTGRES_PASSWORD=change-this-password
|
||||
POSTGRES_DB=subfeed
|
||||
POSTGRES_DB=siftlode
|
||||
|
||||
# Host port the app is exposed on (http://localhost:<APP_PORT>)
|
||||
APP_PORT=8080
|
||||
|
|
@ -51,7 +51,7 @@ SMTP_FROM=
|
|||
# --- Deployment role ---
|
||||
# DATABASE_URL is set automatically by docker-compose.yml / docker-compose.server.yml to the
|
||||
# bundled `db` service. Override it only for local dev against the central server DB, e.g.:
|
||||
# DATABASE_URL=postgresql+psycopg://subfeed:<password>@your-db-host:5432/subfeed
|
||||
# DATABASE_URL=postgresql+psycopg://siftlode:<password>@your-db-host:5432/siftlode
|
||||
# Exactly one instance may run the background scheduler. The central server keeps it on; every
|
||||
# other instance (local dev, etc.) must set SCHEDULER_ENABLED=false. The compose files set this
|
||||
# for you (server=true via docker-compose.server.yml, local=false via docker-compose.localdev.yml).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue