mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
* change location rule in nginx conf; enable std out logging * use packer variables to set ami name, instance type and ami region
8 lines
197 B
Bash
8 lines
197 B
Bash
TOOLJET_HOST=http://<example>
|
|
LOCKBOX_MASTER_KEY=<example>
|
|
SECRET_KEY_BASE=<example>
|
|
PG_DB=tooljet_prod
|
|
PG_USER=<pg user name>
|
|
PG_HOST=<pg host>
|
|
PG_PASS=<pg user password>
|
|
RAILS_LOG_TO_STDOUT=true
|