docs(installation): add editor options for env file configuration

This commit is contained in:
lukashow
2026-03-24 15:49:03 +08:00
parent 4022ddc9bf
commit bf58da29e8

View File

@@ -64,6 +64,13 @@ Docker is the easiest way to get LifeForge up and running. It handles all depend
3. Edit `env/.env.docker` and set the required variables. Docker will use this file for configuration:
```bash
nano env/.env.docker
# Or if you prefer vim:
vim env/.env.docker
# Or if you prefer a GUI editor such as VSCode:
code env/.env.docker
```
```bash
PB_EMAIL=your-email@example.com # Admin email
PB_PASSWORD=your-secure-password # Admin password (min 8 chars)