fix(env): add penpot storage configuration to .env.example file
This commit is contained in:
@@ -20,8 +20,8 @@
|
|||||||
|
|
||||||
# --- Domain and SSL Setup ---
|
# --- Domain and SSL Setup ---
|
||||||
CADDY_SITE_ADDRESS=https://design.yourdomain.com
|
CADDY_SITE_ADDRESS=https://design.yourdomain.com
|
||||||
|
CADDY_HTTP_ADDRESSES=http://caddy #, http://YOUR_SERVER_IP # uncomment to ativate ip access
|
||||||
PENPOT_PUBLIC_URI=https://design.yourdomain.com
|
PENPOT_PUBLIC_URI=https://design.yourdomain.com
|
||||||
TLS_EMAIL=admin@yourdomain.com
|
|
||||||
|
|
||||||
# --- Security ---
|
# --- Security ---
|
||||||
# Generate a random string for this (e.g., using `openssl rand -base64 32`)
|
# Generate a random string for this (e.g., using `openssl rand -base64 32`)
|
||||||
@@ -53,3 +53,7 @@ PENPOT_SMTP_USERNAME=your_smtp_username
|
|||||||
PENPOT_SMTP_PASSWORD=your_smtp_password
|
PENPOT_SMTP_PASSWORD=your_smtp_password
|
||||||
PENPOT_SMTP_TLS=true
|
PENPOT_SMTP_TLS=true
|
||||||
PENPOT_SMTP_SSL=false
|
PENPOT_SMTP_SSL=false
|
||||||
|
|
||||||
|
# --- Penpot Storage settings ---
|
||||||
|
PENPOT_ASSETS_STORAGE_BACKEND=assets-fs
|
||||||
|
PENPOT_STORAGE_ASSETS_FS_DIRECTORY=/opt/data/assets
|
||||||
|
|||||||
Reference in New Issue
Block a user