Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Bugfix: Run Puma in production mode #135

Merged
merged 1 commit into from
Jul 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions resources/puppetwebhook
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Environment Variables for the Puppet Webhook
WEBHOOK_CONFDIR=/etc/voxpupuli/webhook.yaml
SINATRA_ENV=production
RACK_ENV=production
RUBYLIB=/opt/voxpupuli/webhook/lib/ruby:/opt/voxpupuli/webhook
GEM_HOME=/opt/voxpupuli/webhook/lib/ruby/gems/2.6.0
GEM_PATH=/opt/voxpupuli/webhook/lib/ruby/gems/2.6.0
Expand Down