ToolJet/deploy/ec2/.env
Ashish 80d5ec536d
Chore: change location rule in nginx conf (#320)
* change location rule in nginx conf; enable std out logging

* use packer variables to set ami name, instance type and ami region
2021-06-25 21:43:38 +05:30

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