mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
349 B
10 lines
349 B
# /opt/zabbu-sign/.env on the VPS — never commit a filled-in copy.
|
|
|
|
# Postgres password for the docuseal-db container.
|
|
# Generate once with: openssl rand -hex 24
|
|
POSTGRES_PASSWORD=change-me
|
|
|
|
# Rails secret. Generate ONCE with: openssl rand -hex 64
|
|
# Rotating this invalidates session cookies and any encrypted columns.
|
|
SECRET_KEY_BASE=change-me
|