docs : add password generation command for admin user
All checks were successful
Auto Tag / tag (push) Successful in 6s
All checks were successful
Auto Tag / tag (push) Successful in 6s
This commit is contained in:
@@ -30,11 +30,11 @@ chmod +x deploy.sh backup.sh
|
||||
|
||||
### 3. Configurer les mots de passe
|
||||
|
||||
Editer `.env` :
|
||||
Generer un mot de passe et creer le `.env` :
|
||||
|
||||
```env
|
||||
POSTGRES_USER=admin
|
||||
POSTGRES_PASSWORD=<generer avec: openssl rand -hex 32>
|
||||
```bash
|
||||
echo "POSTGRES_USER=admin" > .env
|
||||
echo "POSTGRES_PASSWORD=$(openssl rand -hex 32)" >> .env
|
||||
```
|
||||
|
||||
### 4. Deployer
|
||||
|
||||
Reference in New Issue
Block a user