Sha256: f5a097ca98a8abea0ff37e36221921cb4a4687775e917ab8b9bb557907efe2c7
Contents?: true
Size: 373 Bytes
Versions: 9
Compression:
Stored size: 373 Bytes
Contents
#!/usr/bin/env ruby require "securerandom" require "thor" dir = File.expand_path("../../", __FILE__) ENV["BUNDLE_GEMFILE"] ||= File.join(dir, "Gemfile.production") ENV["SECRET_KEY_BASE"] ||= SecureRandom.hex(64) ENV["RAILS_ENV"] ||= "production" ENV["RAILS_SERVE_STATIC_FILES"] = "yes" require File.join(dir, "lib/fluentd-ui/command.rb") FluentdUI::Command.start(ARGV)
Version data entries
9 entries across 9 versions & 1 rubygems