11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
# Twenty CRM secrets
|
|
# Generate these before first deploy:
|
|
# APP_SECRET: openssl rand -hex 32
|
|
# POSTGRES_PASSWORD: openssl rand -hex 16
|
|
|
|
POSTGRES_PASSWORD=changeme
|
|
APP_SECRET=changeme
|
|
|
|
# Store these in Infisical (twenty-crm project) for production.
|
|
# The .env file is only used for initial bootstrap / local dev.
|