# DocuSeal environment template. Replace every <...> placeholder. # Never commit real values. chmod 600 after filling. # Public base URL HOST=https://sign..example.com FORCE_SSL=true # Encryption root. Generate with: openssl rand -hex 64 # NEVER rotate on a live instance (ActiveRecord encryption root). SECRET_KEY_BASE= # SMTP (netcup smarthost: only port 2525 works; 25/465/587 are blocked) SMTP_ADDRESS= SMTP_PORT=2525 SMTP_USERNAME= SMTP_PASSWORD= SMTP_AUTHENTICATION=login SMTP_ENABLE_STARTTLS=true SMTP_DOMAIN= SMTP_SSL_VERIFY=true # SMTP_FROM is inert: DocuSeal hardcodes the mailer from as # "DocuSeal ". Do not expect it to change the sender. # S3/Wasabi attachments. Uncomment and fill once the -legal bucket exists. # Presence of S3_ATTACHMENTS_BUCKET activates S3 storage. Left unset, DocuSeal # uses local disk storage under ./data/attachments. #S3_ATTACHMENTS_BUCKET=-legal #S3_ENDPOINT=s3.us-east-1.wasabisys.com #AWS_ACCESS_KEY_ID= #AWS_SECRET_ACCESS_KEY= #AWS_REGION=us-east-1 #ACTIVE_STORAGE_PUBLIC=false