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
|
### 3. Configurer les mots de passe
|
||||||
|
|
||||||
Editer `.env` :
|
Generer un mot de passe et creer le `.env` :
|
||||||
|
|
||||||
```env
|
```bash
|
||||||
POSTGRES_USER=admin
|
echo "POSTGRES_USER=admin" > .env
|
||||||
POSTGRES_PASSWORD=<generer avec: openssl rand -hex 32>
|
echo "POSTGRES_PASSWORD=$(openssl rand -hex 32)" >> .env
|
||||||
```
|
```
|
||||||
|
|
||||||
### 4. Deployer
|
### 4. Deployer
|
||||||
|
|||||||
Reference in New Issue
Block a user