i18n - docs translations (#21789)
Created by Github action Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
committed by
GitHub
parent
22baf2c6c5
commit
2b3b2362db
@@ -51,7 +51,7 @@ Segui questi passaggi per un setup manuale.
|
||||
curl -o .env https://raw.githubusercontent.com/twentyhq/twenty/refs/heads/main/packages/twenty-docker/.env.example
|
||||
```
|
||||
|
||||
2. **Genera Token Segreti**
|
||||
2. **Genera una chiave di cifratura**
|
||||
|
||||
Esegui il seguente comando per generare una stringa casuale unica:
|
||||
|
||||
@@ -59,16 +59,18 @@ Segui questi passaggi per un setup manuale.
|
||||
openssl rand -base64 32
|
||||
```
|
||||
|
||||
**Importante:** Tieni questo valore segreto / non condividerlo.
|
||||
**Importante:** Tieni questo valore segreto / non condividerlo. La perdita di `ENCRYPTION_KEY` significa perdere l'accesso a tutti i segreti archiviati nel database (token OAuth, variabili dell'applicazione, segreti TOTP, ecc.).
|
||||
|
||||
3. **Aggiorna il `.env`**
|
||||
|
||||
Sostituisci il valore segnaposto nel tuo file .env con il token generato:
|
||||
|
||||
```ini
|
||||
APP_SECRET=prima_stringa_casuale
|
||||
ENCRYPTION_KEY=random_string
|
||||
```
|
||||
|
||||
Consulta la [Guida alla rotazione delle chiavi](/l/it/developers/self-host/capabilities/key-rotation) per le istruzioni su come ruotarla senza tempi di inattività.
|
||||
|
||||
4. **Imposta la Password di Postgres**
|
||||
|
||||
Aggiorna il valore `PG_DATABASE_PASSWORD` nel file .env con una password forte senza caratteri speciali.
|
||||
|
||||
Reference in New Issue
Block a user