• Lead VietProDev's avatar
    feat(env): align .env.example with two-postgres topology · d72c35a6
    Lead VietProDev authored
    Document the Phase 0 (PLANS.md) split between main and backup DBs in
    the example file. .env itself stays out of git per the security rule
    in commit.md (line 207) and VIETPRODEV_GUIDELINES.md section 9.
    
    Adds:
    - SSO_LOGIN_BACKUP_URL placeholder
    - DB_READ_USER / DB_READ_PASSWORD / DB_READ_NAME block
    - Comment explaining which block is for write vs read-only fallback
    
    Each operator must still copy .env.example to .env locally and fill in
    the actual credentials; only the port numbers and block names live in
    the example.
    Co-authored-by: 's avatarCursor <cursoragent@cursor.com>
    d72c35a6
Name
Last commit
Last update
.husky Loading commit data...
config Loading commit data...
docs Loading commit data...
infrastructure Loading commit data...
lib Loading commit data...
scripts Loading commit data...
sql Loading commit data...
src Loading commit data...
tests Loading commit data...
.dockerignore Loading commit data...
.env.example Loading commit data...
.eslintrc.js Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.prettierignore Loading commit data...
.prettierrc Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
Dockerfile Loading commit data...
PLANS.md Loading commit data...
PROGRESS.md Loading commit data...
README.md Loading commit data...
RUN.md Loading commit data...
docker-compose.ha.yml Loading commit data...
docker-compose.yml Loading commit data...
jest.config.ts Loading commit data...
nodemon.json Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
pnpm-lock.yaml Loading commit data...
test-login.json Loading commit data...
tsconfig.json Loading commit data...
tsconfig.test.json Loading commit data...