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.
13 lines
414 B
13 lines
414 B
# Local DocuSeal dev env. Copy to `.env` (gitignored). Loaded by foreman.
|
|
|
|
# Port DocuSeal Puma binds to. Health Rails API runs on 3000, so use 3030.
|
|
PORT=3030
|
|
|
|
# Postgres dev DB. Create with: createdb docuseal_dev
|
|
DATABASE_URL=postgres:///docuseal_dev
|
|
|
|
# Webpacker / shakapacker dev-server port (default 3035; left alone).
|
|
|
|
# Override host base URL used in generated links if needed.
|
|
# HOST=http://localhost:3030
|